Html Css Color HEX #E64D21 Cinnabar

📋 copy color: '#E64D21'

red 230 ◦ green 77 ◦ blue 33

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

Shades of Cinnabar #E64D21

Tints of Cinnabar #E64D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 67.65%
G = 22.65%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64D21 (or 0xE64D21) is known color: Cinnabar. HEX triplet: E6, 4D and 21. RGB value is (230,77,33). Sum of RGB (Red+Green+Blue) = 230+77+33=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D21 is #19B2DE. Grayscale: #767676. Windows color (decimal): -1684191 or 2182630. OLE color: 2182630.

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

Color convert

RGB 230 77 33 -
CMYK 0 0.67 0.86 0.10
HSL 13.4º 0.8% 0.52% -
HSV(B) 13.4º 0.86% 0.9% -
XYZ 35.56 22.24 3.86 -
YUV 117.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 230 77 33 0 0.67 0.86 0.10 13.4 0.8 0.52
Hex E6 4D 21 0 43 56 A D 50 34
Octal 346 115 41 0 103 126 12 15 120 64
Binary 11100110 1001101 100001 0 1000011 1010110 1010 1101 1010000 110100

Color Harmonies of #E64D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D21

Black with #E64D21

Text Example


Text Example

White with #E64D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D21; }

 p { color: rgb(230,77,33); }

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

background-color css

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

 a { background-color: rgb(230,77,33); }

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

border-color css

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

 span { border-color: rgb(230,77,33); }

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