Html Css Color HEX #EF1A02 Scarlet

📋 copy color: '#EF1A02'

red 239 ◦ green 26 ◦ blue 2

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

Shades of Scarlet #EF1A02

Tints of Scarlet #EF1A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 89.51%
G = 9.74%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF1A02 (or 0xEF1A02) is known color: Scarlet. HEX triplet: EF, 1A and 02. RGB value is (239,26,2). Sum of RGB (Red+Green+Blue) = 239+26+2=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1A02 is #10E5FD. Grayscale: #575757. Windows color (decimal): -1107454 or 137967. OLE color: 137967.

HSL color Cylindrical-coordinate representation of color #EF1A02: hue angle of 6.08º 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 #EF1A02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 26 2 -
CMYK 0 0.89 0.99 0.06
HSL 6.08º 0.98% 0.47% -
HSV(B) 6.08º 0.99% 0.94% -
XYZ 35.98 19.09 1.85 -
YUV 86.95 80.07 236.45 -
System Red Green Blue C M Y K H S L
Decimal 239 26 2 0 0.89 0.99 0.06 6.08 0.98 0.47
Hex EF 1A 2 0 59 63 6 6 62 2F
Octal 357 32 2 0 131 143 6 6 142 57
Binary 11101111 11010 10 0 1011001 1100011 110 110 1100010 101111

Color Harmonies of #EF1A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A02

Black with #EF1A02

Text Example


Text Example

White with #EF1A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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