Html Css Color HEX #E64329 Cinnabar

📋 copy color: '#E64329'

red 230 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #E64329

Tints of Cinnabar #E64329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 68.05%
G = 19.82%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E64329 (or 0xE64329) is known color: Cinnabar. HEX triplet: E6, 43 and 29. RGB value is (230,67,41). Sum of RGB (Red+Green+Blue) = 230+67+41=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E64329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64329 is #19BCD6. Grayscale: #717171. Windows color (decimal): -1686743 or 2704358. OLE color: 2704358.

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

Color convert

RGB 230 67 41 -
CMYK 0 0.71 0.82 0.10
HSL 8.25º 0.79% 0.53% -
HSV(B) 8.25º 0.82% 0.9% -
XYZ 35.04 21 4.3 -
YUV 112.77 87.5 211.61 -
System Red Green Blue C M Y K H S L
Decimal 230 67 41 0 0.71 0.82 0.10 8.25 0.79 0.53
Hex E6 43 29 0 47 52 A 8 4F 35
Octal 346 103 51 0 107 122 12 10 117 65
Binary 11100110 1000011 101001 0 1000111 1010010 1010 1000 1001111 110101

Color Harmonies of #E64329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64329

Black with #E64329

Text Example


Text Example

White with #E64329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64329; }

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

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

background-color css

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

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

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

border-color css

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

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

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