Html Css Color HEX #EF1502 Scarlet

📋 copy color: '#EF1502'

red 239 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #EF1502

Tints of Scarlet #EF1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 91.22%
G = 8.02%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF1502 (or 0xEF1502) is known color: Scarlet. HEX triplet: EF, 15 and 02. RGB value is (239,21,2). Sum of RGB (Red+Green+Blue) = 239+21+2=262 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.22% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1502 is #10EAFD. Grayscale: #545454. Windows color (decimal): -1108734 or 136687. OLE color: 136687.

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

Color convert

RGB 239 21 2 -
CMYK 0 0.91 0.99 0.06
HSL 4.81º 0.98% 0.47% -
HSV(B) 4.81º 0.99% 0.94% -
XYZ 35.88 18.89 1.81 -
YUV 84.02 81.72 238.54 -
System Red Green Blue C M Y K H S L
Decimal 239 21 2 0 0.91 0.99 0.06 4.81 0.98 0.47
Hex EF 15 2 0 5B 63 6 5 62 2F
Octal 357 25 2 0 133 143 6 5 142 57
Binary 11101111 10101 10 0 1011011 1100011 110 101 1100010 101111

Color Harmonies of #EF1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1502

Black with #EF1502

Text Example


Text Example

White with #EF1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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