Html Css Color HEX #EF3E20 Cinnabar

📋 copy color: '#EF3E20'

red 239 ◦ green 62 ◦ blue 32

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

Shades of Cinnabar #EF3E20

Tints of Cinnabar #EF3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 71.77%
G = 18.62%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF3E20 (or 0xEF3E20) is known color: Cinnabar. HEX triplet: EF, 3E and 20. RGB value is (239,62,32). Sum of RGB (Red+Green+Blue) = 239+62+32=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3E20 is #10C1DF. Grayscale: #6F6F6F. Windows color (decimal): -1098208 or 2113263. OLE color: 2113263.

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

Color convert

RGB 239 62 32 -
CMYK 0 0.74 0.87 0.06
HSL 8.7º 0.87% 0.53% -
HSV(B) 8.7º 0.87% 0.94% -
XYZ 37.58 21.9 3.61 -
YUV 111.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 239 62 32 0 0.74 0.87 0.06 8.7 0.87 0.53
Hex EF 3E 20 0 4A 57 6 9 57 35
Octal 357 76 40 0 112 127 6 11 127 65
Binary 11101111 111110 100000 0 1001010 1010111 110 1001 1010111 110101

Color Harmonies of #EF3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3E20

Black with #EF3E20

Text Example


Text Example

White with #EF3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3E20; }

 p { color: rgb(239,62,32); }

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

background-color css

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

 a { background-color: rgb(239,62,32); }

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

border-color css

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

 span { border-color: rgb(239,62,32); }

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