Html Css Color HEX #EF4A22 Cinnabar

📋 copy color: '#EF4A22'

red 239 ◦ green 74 ◦ blue 34

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

Shades of Cinnabar #EF4A22

Tints of Cinnabar #EF4A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

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

R = 68.88%
G = 21.33%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF4A22 (or 0xEF4A22) is known color: Cinnabar. HEX triplet: EF, 4A and 22. RGB value is (239,74,34). Sum of RGB (Red+Green+Blue) = 239+74+34=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A22 is #10B5DD. Grayscale: #777777. Windows color (decimal): -1095134 or 2247407. OLE color: 2247407.

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

Color convert

RGB 239 74 34 -
CMYK 0 0.69 0.86 0.06
HSL 11.71º 0.86% 0.54% -
HSV(B) 11.71º 0.86% 0.94% -
XYZ 38.33 23.36 4 -
YUV 118.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 239 74 34 0 0.69 0.86 0.06 11.71 0.86 0.54
Hex EF 4A 22 0 45 56 6 C 56 36
Octal 357 112 42 0 105 126 6 14 126 66
Binary 11101111 1001010 100010 0 1000101 1010110 110 1100 1010110 110110

Color Harmonies of #EF4A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4A22

Black with #EF4A22

Text Example


Text Example

White with #EF4A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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