Html Css Color HEX #EF442F Cinnabar

📋 copy color: '#EF442F'

red 239 ◦ green 68 ◦ blue 47

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

Shades of Cinnabar #EF442F

Tints of Cinnabar #EF442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

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

R = 67.51%
G = 19.21%
B = 13.28%

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

#EF442F (or 0xEF442F) is known color: Cinnabar. HEX triplet: EF, 44 and 2F. RGB value is (239,68,47). Sum of RGB (Red+Green+Blue) = 239+68+47=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF442F is #10BBD0. Grayscale: #747474. Windows color (decimal): -1096657 or 3097839. OLE color: 3097839.

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

Color convert

RGB 239 68 47 -
CMYK 0 0.72 0.80 0.06
HSL 6.56º 0.86% 0.56% -
HSV(B) 6.56º 0.8% 0.94% -
XYZ 38.18 22.69 5.06 -
YUV 116.74 88.65 215.21 -
System Red Green Blue C M Y K H S L
Decimal 239 68 47 0 0.72 0.80 0.06 6.56 0.86 0.56
Hex EF 44 2F 0 48 50 6 7 56 38
Octal 357 104 57 0 110 120 6 7 126 70
Binary 11101111 1000100 101111 0 1001000 1010000 110 111 1010110 111000

Color Harmonies of #EF442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF442F

Black with #EF442F

Text Example


Text Example

White with #EF442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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