Html Css Color HEX #EF371B Cinnabar

📋 copy color: '#EF371B'

red 239 ◦ green 55 ◦ blue 27

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

Shades of Cinnabar #EF371B

Tints of Cinnabar #EF371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 74.45%
G = 17.13%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF371B (or 0xEF371B) is known color: Cinnabar. HEX triplet: EF, 37 and 1B. RGB value is (239,55,27). Sum of RGB (Red+Green+Blue) = 239+55+27=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF371B is #10C8E4. Grayscale: #6B6B6B. Windows color (decimal): -1100005 or 1783791. OLE color: 1783791.

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

Color convert

RGB 239 55 27 -
CMYK 0 0.77 0.89 0.06
HSL 7.92º 0.87% 0.52% -
HSV(B) 7.92º 0.89% 0.94% -
XYZ 37.16 21.16 3.16 -
YUV 106.82 82.96 222.28 -
System Red Green Blue C M Y K H S L
Decimal 239 55 27 0 0.77 0.89 0.06 7.92 0.87 0.52
Hex EF 37 1B 0 4D 59 6 8 57 34
Octal 357 67 33 0 115 131 6 10 127 64
Binary 11101111 110111 11011 0 1001101 1011001 110 1000 1010111 110100

Color Harmonies of #EF371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF371B

Black with #EF371B

Text Example


Text Example

White with #EF371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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