Html Css Color HEX #EE331A Cinnabar

📋 copy color: '#EE331A'

red 238 ◦ green 51 ◦ blue 26

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

Shades of Cinnabar #EE331A

Tints of Cinnabar #EE331A

RGB

 RED value IS 238 (93.36% from 255) = 75.56%

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

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 75.56%
G = 16.19%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE331A (or 0xEE331A) is known color: Cinnabar. HEX triplet: EE, 33 and 1A. RGB value is (238,51,26). Sum of RGB (Red+Green+Blue) = 238+51+26=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE331A is #11CCE5. Grayscale: #686868. Windows color (decimal): -1166566 or 1717230. OLE color: 1717230.

HSL color Cylindrical-coordinate representation of color #EE331A: hue angle of 7.08º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE331A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 26 -
CMYK 0 0.79 0.89 0.07
HSL 7.08º 0.86% 0.52% -
HSV(B) 7.08º 0.89% 0.93% -
XYZ 36.63 20.62 3.03 -
YUV 104.06 83.95 223.53 -
System Red Green Blue C M Y K H S L
Decimal 238 51 26 0 0.79 0.89 0.07 7.08 0.86 0.52
Hex EE 33 1A 0 4F 59 7 7 56 34
Octal 356 63 32 0 117 131 7 7 126 64
Binary 11101110 110011 11010 0 1001111 1011001 111 111 1010110 110100

Color Harmonies of #EE331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE331A

Black with #EE331A

Text Example


Text Example

White with #EE331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE331A; }

 p { color: rgb(238,51,26); }

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

background-color css

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

 a { background-color: rgb(238,51,26); }

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

border-color css

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

 span { border-color: rgb(238,51,26); }

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