Html Css Color HEX #E64223 Cinnabar

📋 copy color: '#E64223'

red 230 ◦ green 66 ◦ blue 35

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

Shades of Cinnabar #E64223

Tints of Cinnabar #E64223

RGB

 RED value IS 230 (90.23% from 255) = 69.49%

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 69.49%
G = 19.94%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E64223 (or 0xE64223) is known color: Cinnabar. HEX triplet: E6, 42 and 23. RGB value is (230,66,35). Sum of RGB (Red+Green+Blue) = 230+66+35=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64223 is #19BDDC. Grayscale: #6F6F6F. Windows color (decimal): -1687005 or 2310886. OLE color: 2310886.

HSL color Cylindrical-coordinate representation of color #E64223: hue angle of 9.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E64223 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 35 -
CMYK 0 0.71 0.85 0.10
HSL 9.54º 0.8% 0.52% -
HSV(B) 9.54º 0.85% 0.9% -
XYZ 34.88 20.84 3.77 -
YUV 111.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 230 66 35 0 0.71 0.85 0.10 9.54 0.8 0.52
Hex E6 42 23 0 47 55 A A 50 34
Octal 346 102 43 0 107 125 12 12 120 64
Binary 11100110 1000010 100011 0 1000111 1010101 1010 1010 1010000 110100

Color Harmonies of #E64223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64223

Black with #E64223

Text Example


Text Example

White with #E64223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64223; }

 p { color: rgb(230,66,35); }

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

background-color css

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

 a { background-color: rgb(230,66,35); }

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

border-color css

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

 span { border-color: rgb(230,66,35); }

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