Html Css Color HEX #EF1E02 Scarlet

📋 copy color: '#EF1E02'

red 239 ◦ green 30 ◦ blue 2

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

Shades of Scarlet #EF1E02

Tints of Scarlet #EF1E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 88.19%
G = 11.07%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF1E02 (or 0xEF1E02) is known color: Scarlet. HEX triplet: EF, 1E and 02. RGB value is (239,30,2). Sum of RGB (Red+Green+Blue) = 239+30+2=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E02 is #10E1FD. Grayscale: #595959. Windows color (decimal): -1106430 or 138991. OLE color: 138991.

HSL color Cylindrical-coordinate representation of color #EF1E02: hue angle of 7.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF1E02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 30 2 -
CMYK 0 0.87 0.99 0.06
HSL 7.09º 0.98% 0.47% -
HSV(B) 7.09º 0.99% 0.94% -
XYZ 36.07 19.28 1.88 -
YUV 89.3 78.74 234.78 -
System Red Green Blue C M Y K H S L
Decimal 239 30 2 0 0.87 0.99 0.06 7.09 0.98 0.47
Hex EF 1E 2 0 57 63 6 7 62 2F
Octal 357 36 2 0 127 143 6 7 142 57
Binary 11101111 11110 10 0 1010111 1100011 110 111 1100010 101111

Color Harmonies of #EF1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E02

Black with #EF1E02

Text Example


Text Example

White with #EF1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E02; }

 p { color: rgb(239,30,2); }

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

background-color css

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

 a { background-color: rgb(239,30,2); }

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

border-color css

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

 span { border-color: rgb(239,30,2); }

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