Html Css Color HEX #EF240D Scarlet

📋 copy color: '#EF240D'

red 239 ◦ green 36 ◦ blue 13

#EF240D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #EF240D

Tints of Scarlet #EF240D

RGB

 RED value IS 239 (93.75% from 255) = 82.99%

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 82.99%
G = 12.5%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF240D (or 0xEF240D) is known color: Scarlet. HEX triplet: EF, 24 and 0D. RGB value is (239,36,13). Sum of RGB (Red+Green+Blue) = 239+36+13=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF240D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF240D is #10DBF2. Grayscale: #5E5E5E. Windows color (decimal): -1104883 or 861423. OLE color: 861423.

HSL color Cylindrical-coordinate representation of color #EF240D: hue angle of 6.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF240D is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 36 13 -
CMYK 0 0.85 0.95 0.06
HSL 6.11º 0.9% 0.49% -
HSV(B) 6.11º 0.95% 0.94% -
XYZ 36.3 19.64 2.26 -
YUV 94.08 82.25 231.37 -
System Red Green Blue C M Y K H S L
Decimal 239 36 13 0 0.85 0.95 0.06 6.11 0.9 0.49
Hex EF 24 D 0 55 5F 6 6 5A 31
Octal 357 44 15 0 125 137 6 6 132 61
Binary 11101111 100100 1101 0 1010101 1011111 110 110 1011010 110001

Color Harmonies of #EF240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF240D

Black with #EF240D

Text Example


Text Example

White with #EF240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF240D; }

 p { color: rgb(239,36,13); }

 H1.HeaderClassName
 {
   color: #EF240D;
 }
 .AnyTagClassName
 {
   color: #EF240D;
 }
</style>

background-color css

<style>
 a { background-color: #EF240D; }

 a { background-color: rgb(239,36,13); }

 div.DivClassName
 {
   background-color: #EF240D;
 }
 .BgClassName
 {
   background-color: #EF240D;
 }
</style>

border-color css

<style>
 span { border-color: #EF240D; }

 span { border-color: rgb(239,36,13); }

 td.TdClassName
 {
   border-color: #EF240D;
 }
 .TagClassName
 {
   border-color: #EF240D;
 }
</style>