Html Css Color HEX #EF331C Cinnabar

📋 copy color: '#EF331C'

red 239 ◦ green 51 ◦ blue 28

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

Shades of Cinnabar #EF331C

Tints of Cinnabar #EF331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 75.16%
G = 16.04%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF331C (or 0xEF331C) is known color: Cinnabar. HEX triplet: EF, 33 and 1C. RGB value is (239,51,28). Sum of RGB (Red+Green+Blue) = 239+51+28=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF331C is #10CCE3. Grayscale: #686868. Windows color (decimal): -1101028 or 1848303. OLE color: 1848303.

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

Color convert

RGB 239 51 28 -
CMYK 0 0.79 0.88 0.06
HSL 6.54º 0.87% 0.52% -
HSV(B) 6.54º 0.88% 0.94% -
XYZ 36.99 20.8 3.16 -
YUV 104.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 239 51 28 0 0.79 0.88 0.06 6.54 0.87 0.52
Hex EF 33 1C 0 4F 58 6 7 57 34
Octal 357 63 34 0 117 130 6 7 127 64
Binary 11101111 110011 11100 0 1001111 1011000 110 111 1010111 110100

Color Harmonies of #EF331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF331C

Black with #EF331C

Text Example


Text Example

White with #EF331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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