Html Css Color HEX #EF331F Cinnabar

📋 copy color: '#EF331F'

red 239 ◦ green 51 ◦ blue 31

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

Shades of Cinnabar #EF331F

Tints of Cinnabar #EF331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 74.45%
G = 15.89%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF331F (or 0xEF331F) is known color: Cinnabar. HEX triplet: EF, 33 and 1F. RGB value is (239,51,31). Sum of RGB (Red+Green+Blue) = 239+51+31=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF331F is #10CCE0. Grayscale: #696969. Windows color (decimal): -1101025 or 2044911. OLE color: 2044911.

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

Color convert

RGB 239 51 31 -
CMYK 0 0.79 0.87 0.06
HSL 5.77º 0.87% 0.53% -
HSV(B) 5.77º 0.87% 0.94% -
XYZ 37.03 20.82 3.36 -
YUV 104.93 86.28 223.63 -
System Red Green Blue C M Y K H S L
Decimal 239 51 31 0 0.79 0.87 0.06 5.77 0.87 0.53
Hex EF 33 1F 0 4F 57 6 6 57 35
Octal 357 63 37 0 117 127 6 6 127 65
Binary 11101111 110011 11111 0 1001111 1010111 110 110 1010111 110101

Color Harmonies of #EF331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF331F

Black with #EF331F

Text Example


Text Example

White with #EF331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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