Html Css Color HEX #E64320 Cinnabar

📋 copy color: '#E64320'

red 230 ◦ green 67 ◦ blue 32

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

Shades of Cinnabar #E64320

Tints of Cinnabar #E64320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 69.91%
G = 20.36%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64320 (or 0xE64320) is known color: Cinnabar. HEX triplet: E6, 43 and 20. RGB value is (230,67,32). Sum of RGB (Red+Green+Blue) = 230+67+32=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E64320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64320 is #19BCDF. Grayscale: #707070. Windows color (decimal): -1686752 or 2114534. OLE color: 2114534.

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

Color convert

RGB 230 67 32 -
CMYK 0 0.71 0.86 0.10
HSL 10.61º 0.8% 0.51% -
HSV(B) 10.61º 0.86% 0.9% -
XYZ 34.9 20.94 3.57 -
YUV 111.75 83 212.35 -
System Red Green Blue C M Y K H S L
Decimal 230 67 32 0 0.71 0.86 0.10 10.61 0.8 0.51
Hex E6 43 20 0 47 56 A B 50 33
Octal 346 103 40 0 107 126 12 13 120 63
Binary 11100110 1000011 100000 0 1000111 1010110 1010 1011 1010000 110011

Color Harmonies of #E64320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64320

Black with #E64320

Text Example


Text Example

White with #E64320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64320; }

 p { color: rgb(230,67,32); }

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

background-color css

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

 a { background-color: rgb(230,67,32); }

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

border-color css

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

 span { border-color: rgb(230,67,32); }

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