Html Css Color HEX #EF422C Cinnabar

📋 copy color: '#EF422C'

red 239 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #EF422C

Tints of Cinnabar #EF422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 68.48%
G = 18.91%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF422C (or 0xEF422C) is known color: Cinnabar. HEX triplet: EF, 42 and 2C. RGB value is (239,66,44). Sum of RGB (Red+Green+Blue) = 239+66+44=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF422C is #10BDD3. Grayscale: #737373. Windows color (decimal): -1097172 or 2900719. OLE color: 2900719.

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

Color convert

RGB 239 66 44 -
CMYK 0 0.72 0.82 0.06
HSL 6.77º 0.86% 0.55% -
HSV(B) 6.77º 0.82% 0.94% -
XYZ 38 22.43 4.71 -
YUV 115.22 87.81 216.29 -
System Red Green Blue C M Y K H S L
Decimal 239 66 44 0 0.72 0.82 0.06 6.77 0.86 0.55
Hex EF 42 2C 0 48 52 6 7 56 37
Octal 357 102 54 0 110 122 6 7 126 67
Binary 11101111 1000010 101100 0 1001000 1010010 110 111 1010110 110111

Color Harmonies of #EF422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF422C

Black with #EF422C

Text Example


Text Example

White with #EF422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF422C; }

 p { color: rgb(239,66,44); }

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

background-color css

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

 a { background-color: rgb(239,66,44); }

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

border-color css

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

 span { border-color: rgb(239,66,44); }

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