Html Css Color HEX #EF371D Cinnabar

📋 copy color: '#EF371D'

red 239 ◦ green 55 ◦ blue 29

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

Shades of Cinnabar #EF371D

Tints of Cinnabar #EF371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 73.99%
G = 17.03%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF371D (or 0xEF371D) is known color: Cinnabar. HEX triplet: EF, 37 and 1D. RGB value is (239,55,29). Sum of RGB (Red+Green+Blue) = 239+55+29=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF371D is #10C8E2. Grayscale: #6B6B6B. Windows color (decimal): -1100003 or 1914863. OLE color: 1914863.

HSL color Cylindrical-coordinate representation of color #EF371D: hue angle of 7.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF371D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 55 29 -
CMYK 0 0.77 0.88 0.06
HSL 7.43º 0.87% 0.53% -
HSV(B) 7.43º 0.88% 0.94% -
XYZ 37.18 21.17 3.29 -
YUV 107.05 83.96 222.11 -
System Red Green Blue C M Y K H S L
Decimal 239 55 29 0 0.77 0.88 0.06 7.43 0.87 0.53
Hex EF 37 1D 0 4D 58 6 7 57 35
Octal 357 67 35 0 115 130 6 7 127 65
Binary 11101111 110111 11101 0 1001101 1011000 110 111 1010111 110101

Color Harmonies of #EF371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF371D

Black with #EF371D

Text Example


Text Example

White with #EF371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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