Html Css Color HEX #EF372B Cinnabar

📋 copy color: '#EF372B'

red 239 ◦ green 55 ◦ blue 43

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

Shades of Cinnabar #EF372B

Tints of Cinnabar #EF372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 70.92%
G = 16.32%
B = 12.76%

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

#EF372B (or 0xEF372B) is known color: Cinnabar. HEX triplet: EF, 37 and 2B. RGB value is (239,55,43). Sum of RGB (Red+Green+Blue) = 239+55+43=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF372B is #10C8D4. Grayscale: #6C6C6C. Windows color (decimal): -1099989 or 2832367. OLE color: 2832367.

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

Color convert

RGB 239 55 43 -
CMYK 0 0.77 0.82 0.06
HSL 3.67º 0.86% 0.55% -
HSV(B) 3.67º 0.82% 0.94% -
XYZ 37.4 21.26 4.42 -
YUV 108.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 239 55 43 0 0.77 0.82 0.06 3.67 0.86 0.55
Hex EF 37 2B 0 4D 52 6 4 56 37
Octal 357 67 53 0 115 122 6 4 126 67
Binary 11101111 110111 101011 0 1001101 1010010 110 100 1010110 110111

Color Harmonies of #EF372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF372B

Black with #EF372B

Text Example


Text Example

White with #EF372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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