Html Css Color HEX #EF1302 Scarlet

📋 copy color: '#EF1302'

red 239 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #EF1302

Tints of Scarlet #EF1302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 91.92%
G = 7.31%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF1302 (or 0xEF1302) is known color: Scarlet. HEX triplet: EF, 13 and 02. RGB value is (239,19,2). Sum of RGB (Red+Green+Blue) = 239+19+2=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1302 is #10ECFD. Grayscale: #535353. Windows color (decimal): -1109246 or 136175. OLE color: 136175.

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

Color convert

RGB 239 19 2 -
CMYK 0 0.92 0.99 0.06
HSL 4.3º 0.98% 0.47% -
HSV(B) 4.3º 0.99% 0.94% -
XYZ 35.84 18.82 1.8 -
YUV 82.84 82.39 239.38 -
System Red Green Blue C M Y K H S L
Decimal 239 19 2 0 0.92 0.99 0.06 4.3 0.98 0.47
Hex EF 13 2 0 5C 63 6 4 62 2F
Octal 357 23 2 0 134 143 6 4 142 57
Binary 11101111 10011 10 0 1011100 1100011 110 100 1100010 101111

Color Harmonies of #EF1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1302

Black with #EF1302

Text Example


Text Example

White with #EF1302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1302; }

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

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

background-color css

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

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

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

border-color css

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

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

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