Html Css Color HEX #EF371C Cinnabar

📋 copy color: '#EF371C'

red 239 ◦ green 55 ◦ blue 28

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

Shades of Cinnabar #EF371C

Tints of Cinnabar #EF371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.7%

R = 74.22%
G = 17.08%
B = 8.7%

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

#EF371C (or 0xEF371C) is known color: Cinnabar. HEX triplet: EF, 37 and 1C. RGB value is (239,55,28). Sum of RGB (Red+Green+Blue) = 239+55+28=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF371C is #10C8E3. Grayscale: #6B6B6B. Windows color (decimal): -1100004 or 1849327. OLE color: 1849327.

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

Color convert

RGB 239 55 28 -
CMYK 0 0.77 0.88 0.06
HSL 7.68º 0.87% 0.52% -
HSV(B) 7.68º 0.88% 0.94% -
XYZ 37.17 21.17 3.23 -
YUV 106.94 83.46 222.2 -
System Red Green Blue C M Y K H S L
Decimal 239 55 28 0 0.77 0.88 0.06 7.68 0.87 0.52
Hex EF 37 1C 0 4D 58 6 8 57 34
Octal 357 67 34 0 115 130 6 10 127 64
Binary 11101111 110111 11100 0 1001101 1011000 110 1000 1010111 110100

Color Harmonies of #EF371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF371C

Black with #EF371C

Text Example


Text Example

White with #EF371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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