Html Css Color HEX #E64A29 Cinnabar

📋 copy color: '#E64A29'

red 230 ◦ green 74 ◦ blue 41

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

Shades of Cinnabar #E64A29

Tints of Cinnabar #E64A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 66.67%
G = 21.45%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E64A29 (or 0xE64A29) is known color: Cinnabar. HEX triplet: E6, 4A and 29. RGB value is (230,74,41). Sum of RGB (Red+Green+Blue) = 230+74+41=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A29 is #19B5D6. Grayscale: #757575. Windows color (decimal): -1684951 or 2706150. OLE color: 2706150.

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

Color convert

RGB 230 74 41 -
CMYK 0 0.68 0.82 0.10
HSL 10.48º 0.79% 0.53% -
HSV(B) 10.48º 0.82% 0.9% -
XYZ 35.48 21.88 4.45 -
YUV 116.88 85.18 208.68 -
System Red Green Blue C M Y K H S L
Decimal 230 74 41 0 0.68 0.82 0.10 10.48 0.79 0.53
Hex E6 4A 29 0 44 52 A A 4F 35
Octal 346 112 51 0 104 122 12 12 117 65
Binary 11100110 1001010 101001 0 1000100 1010010 1010 1010 1001111 110101

Color Harmonies of #E64A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A29

Black with #E64A29

Text Example


Text Example

White with #E64A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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