Html Css Color HEX #EF3E22 Cinnabar

📋 copy color: '#EF3E22'

red 239 ◦ green 62 ◦ blue 34

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

Shades of Cinnabar #EF3E22

Tints of Cinnabar #EF3E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 71.34%
G = 18.51%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF3E22 (or 0xEF3E22) is known color: Cinnabar. HEX triplet: EF, 3E and 22. RGB value is (239,62,34). Sum of RGB (Red+Green+Blue) = 239+62+34=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3E22 is #10C1DD. Grayscale: #707070. Windows color (decimal): -1098206 or 2244335. OLE color: 2244335.

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

Color convert

RGB 239 62 34 -
CMYK 0 0.74 0.86 0.06
HSL 8.2º 0.86% 0.54% -
HSV(B) 8.2º 0.86% 0.94% -
XYZ 37.61 21.91 3.76 -
YUV 111.73 84.14 218.78 -
System Red Green Blue C M Y K H S L
Decimal 239 62 34 0 0.74 0.86 0.06 8.2 0.86 0.54
Hex EF 3E 22 0 4A 56 6 8 56 36
Octal 357 76 42 0 112 126 6 10 126 66
Binary 11101111 111110 100010 0 1001010 1010110 110 1000 1010110 110110

Color Harmonies of #EF3E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3E22

Black with #EF3E22

Text Example


Text Example

White with #EF3E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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