Html Css Color HEX #E64129 Cinnabar

📋 copy color: '#E64129'

red 230 ◦ green 65 ◦ blue 41

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

Shades of Cinnabar #E64129

Tints of Cinnabar #E64129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.35%

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

R = 68.45%
G = 19.35%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E64129 (or 0xE64129) is known color: Cinnabar. HEX triplet: E6, 41 and 29. RGB value is (230,65,41). Sum of RGB (Red+Green+Blue) = 230+65+41=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E64129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64129 is #19BED6. Grayscale: #6F6F6F. Windows color (decimal): -1687255 or 2703846. OLE color: 2703846.

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

Color convert

RGB 230 65 41 -
CMYK 0 0.72 0.82 0.10
HSL 7.62º 0.79% 0.53% -
HSV(B) 7.62º 0.82% 0.9% -
XYZ 34.92 20.76 4.26 -
YUV 111.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 230 65 41 0 0.72 0.82 0.10 7.62 0.79 0.53
Hex E6 41 29 0 48 52 A 8 4F 35
Octal 346 101 51 0 110 122 12 10 117 65
Binary 11100110 1000001 101001 0 1001000 1010010 1010 1000 1001111 110101

Color Harmonies of #E64129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64129

Black with #E64129

Text Example


Text Example

White with #E64129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64129; }

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

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

background-color css

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

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

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

border-color css

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

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

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