Html Css Color HEX #EF2A1C Scarlet

📋 copy color: '#EF2A1C'

red 239 ◦ green 42 ◦ blue 28

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

Shades of Scarlet #EF2A1C

Tints of Scarlet #EF2A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 77.35%
G = 13.59%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF2A1C (or 0xEF2A1C) is known color: Scarlet. HEX triplet: EF, 2A and 1C. RGB value is (239,42,28). Sum of RGB (Red+Green+Blue) = 239+42+28=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A1C is #10D5E3. Grayscale: #636363. Windows color (decimal): -1103332 or 1845999. OLE color: 1845999.

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

Color convert

RGB 239 42 28 -
CMYK 0 0.82 0.88 0.06
HSL 3.98º 0.87% 0.52% -
HSV(B) 3.98º 0.88% 0.94% -
XYZ 36.63 20.09 3.05 -
YUV 99.31 87.77 227.64 -
System Red Green Blue C M Y K H S L
Decimal 239 42 28 0 0.82 0.88 0.06 3.98 0.87 0.52
Hex EF 2A 1C 0 52 58 6 4 57 34
Octal 357 52 34 0 122 130 6 4 127 64
Binary 11101111 101010 11100 0 1010010 1011000 110 100 1010111 110100

Color Harmonies of #EF2A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A1C

Black with #EF2A1C

Text Example


Text Example

White with #EF2A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A1C; }

 p { color: rgb(239,42,28); }

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

background-color css

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

 a { background-color: rgb(239,42,28); }

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

border-color css

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

 span { border-color: rgb(239,42,28); }

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