Html Css Color HEX #E64321 Cinnabar

📋 copy color: '#E64321'

red 230 ◦ green 67 ◦ blue 33

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

Shades of Cinnabar #E64321

Tints of Cinnabar #E64321

RGB

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

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

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

R = 69.7%
G = 20.3%
B = 10%

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

#E64321 (or 0xE64321) is known color: Cinnabar. HEX triplet: E6, 43 and 21. RGB value is (230,67,33). Sum of RGB (Red+Green+Blue) = 230+67+33=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E64321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64321 is #19BCDE. Grayscale: #707070. Windows color (decimal): -1686751 or 2180070. OLE color: 2180070.

HSL color Cylindrical-coordinate representation of color #E64321: hue angle of 10.36º 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 #E64321 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 67 33 -
CMYK 0 0.71 0.86 0.10
HSL 10.36º 0.8% 0.52% -
HSV(B) 10.36º 0.86% 0.9% -
XYZ 34.91 20.95 3.64 -
YUV 111.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 230 67 33 0 0.71 0.86 0.10 10.36 0.8 0.52
Hex E6 43 21 0 47 56 A A 50 34
Octal 346 103 41 0 107 126 12 12 120 64
Binary 11100110 1000011 100001 0 1000111 1010110 1010 1010 1010000 110100

Color Harmonies of #E64321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64321

Black with #E64321

Text Example


Text Example

White with #E64321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64321; }

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

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

background-color css

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

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

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

border-color css

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

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

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