Html Css Color HEX #E64A2D Cinnabar

📋 copy color: '#E64A2D'

red 230 ◦ green 74 ◦ blue 45

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

Shades of Cinnabar #E64A2D

Tints of Cinnabar #E64A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 65.9%
G = 21.2%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E64A2D (or 0xE64A2D) is known color: Cinnabar. HEX triplet: E6, 4A and 2D. RGB value is (230,74,45). Sum of RGB (Red+Green+Blue) = 230+74+45=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A2D is #19B5D2. Grayscale: #757575. Windows color (decimal): -1684947 or 2968294. OLE color: 2968294.

HSL color Cylindrical-coordinate representation of color #E64A2D: hue angle of 9.41º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E64A2D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 74 45 -
CMYK 0 0.68 0.80 0.10
HSL 9.41º 0.79% 0.54% -
HSV(B) 9.41º 0.8% 0.9% -
XYZ 35.56 21.91 4.84 -
YUV 117.34 87.18 208.36 -
System Red Green Blue C M Y K H S L
Decimal 230 74 45 0 0.68 0.80 0.10 9.41 0.79 0.54
Hex E6 4A 2D 0 44 50 A 9 4F 36
Octal 346 112 55 0 104 120 12 11 117 66
Binary 11100110 1001010 101101 0 1000100 1010000 1010 1001 1001111 110110

Color Harmonies of #E64A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A2D

Black with #E64A2D

Text Example


Text Example

White with #E64A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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