Html Css Color HEX #EF331D Cinnabar

📋 copy color: '#EF331D'

red 239 ◦ green 51 ◦ blue 29

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

Shades of Cinnabar #EF331D

Tints of Cinnabar #EF331D

RGB

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

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

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

R = 74.92%
G = 15.99%
B = 9.09%

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

#EF331D (or 0xEF331D) is known color: Cinnabar. HEX triplet: EF, 33 and 1D. RGB value is (239,51,29). Sum of RGB (Red+Green+Blue) = 239+51+29=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF331D is #10CCE2. Grayscale: #686868. Windows color (decimal): -1101027 or 1913839. OLE color: 1913839.

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

Color convert

RGB 239 51 29 -
CMYK 0 0.79 0.88 0.06
HSL 6.29º 0.87% 0.53% -
HSV(B) 6.29º 0.88% 0.94% -
XYZ 37 20.81 3.23 -
YUV 104.7 85.28 223.79 -
System Red Green Blue C M Y K H S L
Decimal 239 51 29 0 0.79 0.88 0.06 6.29 0.87 0.53
Hex EF 33 1D 0 4F 58 6 6 57 35
Octal 357 63 35 0 117 130 6 6 127 65
Binary 11101111 110011 11101 0 1001111 1011000 110 110 1010111 110101

Color Harmonies of #EF331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF331D

Black with #EF331D

Text Example


Text Example

White with #EF331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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