Html Css Color HEX #EF422F Cinnabar

📋 copy color: '#EF422F'

red 239 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #EF422F

Tints of Cinnabar #EF422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 67.9%
G = 18.75%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF422F (or 0xEF422F) is known color: Cinnabar. HEX triplet: EF, 42 and 2F. RGB value is (239,66,47). Sum of RGB (Red+Green+Blue) = 239+66+47=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF422F is #10BDD0. Grayscale: #737373. Windows color (decimal): -1097169 or 3097327. OLE color: 3097327.

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

Color convert

RGB 239 66 47 -
CMYK 0 0.72 0.80 0.06
HSL 5.94º 0.86% 0.56% -
HSV(B) 5.94º 0.8% 0.94% -
XYZ 38.06 22.45 5.02 -
YUV 115.56 89.31 216.04 -
System Red Green Blue C M Y K H S L
Decimal 239 66 47 0 0.72 0.80 0.06 5.94 0.86 0.56
Hex EF 42 2F 0 48 50 6 6 56 38
Octal 357 102 57 0 110 120 6 6 126 70
Binary 11101111 1000010 101111 0 1001000 1010000 110 110 1010110 111000

Color Harmonies of #EF422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF422F

Black with #EF422F

Text Example


Text Example

White with #EF422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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