Html Css Color HEX #E64821 Cinnabar

📋 copy color: '#E64821'

red 230 ◦ green 72 ◦ blue 33

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

Shades of Cinnabar #E64821

Tints of Cinnabar #E64821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 68.66%
G = 21.49%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64821 (or 0xE64821) is known color: Cinnabar. HEX triplet: E6, 48 and 21. RGB value is (230,72,33). Sum of RGB (Red+Green+Blue) = 230+72+33=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64821 is #19B7DE. Grayscale: #737373. Windows color (decimal): -1685471 or 2181350. OLE color: 2181350.

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

Color convert

RGB 230 72 33 -
CMYK 0 0.69 0.86 0.10
HSL 11.88º 0.8% 0.52% -
HSV(B) 11.88º 0.86% 0.9% -
XYZ 35.23 21.57 3.75 -
YUV 114.8 81.85 210.17 -
System Red Green Blue C M Y K H S L
Decimal 230 72 33 0 0.69 0.86 0.10 11.88 0.8 0.52
Hex E6 48 21 0 45 56 A C 50 34
Octal 346 110 41 0 105 126 12 14 120 64
Binary 11100110 1001000 100001 0 1000101 1010110 1010 1100 1010000 110100

Color Harmonies of #E64821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64821

Black with #E64821

Text Example


Text Example

White with #E64821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64821; }

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

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

background-color css

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

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

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

border-color css

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

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

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