Html Css Color HEX #EF372C Cinnabar

📋 copy color: '#EF372C'

red 239 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #EF372C

Tints of Cinnabar #EF372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 70.71%
G = 16.27%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF372C (or 0xEF372C) is known color: Cinnabar. HEX triplet: EF, 37 and 2C. RGB value is (239,55,44). Sum of RGB (Red+Green+Blue) = 239+55+44=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF372C is #10C8D3. Grayscale: #6C6C6C. Windows color (decimal): -1099988 or 2897903. OLE color: 2897903.

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

Color convert

RGB 239 55 44 -
CMYK 0 0.77 0.82 0.06
HSL 3.38º 0.86% 0.55% -
HSV(B) 3.38º 0.82% 0.94% -
XYZ 37.42 21.26 4.52 -
YUV 108.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 239 55 44 0 0.77 0.82 0.06 3.38 0.86 0.55
Hex EF 37 2C 0 4D 52 6 3 56 37
Octal 357 67 54 0 115 122 6 3 126 67
Binary 11101111 110111 101100 0 1001101 1010010 110 11 1010110 110111

Color Harmonies of #EF372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF372C

Black with #EF372C

Text Example


Text Example

White with #EF372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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