Html Css Color HEX #E64A2A Cinnabar

📋 copy color: '#E64A2A'

red 230 ◦ green 74 ◦ blue 42

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

Shades of Cinnabar #E64A2A

Tints of Cinnabar #E64A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 66.47%
G = 21.39%
B = 12.14%

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

#E64A2A (or 0xE64A2A) is known color: Cinnabar. HEX triplet: E6, 4A and 2A. RGB value is (230,74,42). Sum of RGB (Red+Green+Blue) = 230+74+42=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A2A is #19B5D5. Grayscale: #757575. Windows color (decimal): -1684950 or 2771686. OLE color: 2771686.

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

Color convert

RGB 230 74 42 -
CMYK 0 0.68 0.82 0.10
HSL 10.21º 0.79% 0.53% -
HSV(B) 10.21º 0.82% 0.9% -
XYZ 35.5 21.89 4.54 -
YUV 117 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 230 74 42 0 0.68 0.82 0.10 10.21 0.79 0.53
Hex E6 4A 2A 0 44 52 A A 4F 35
Octal 346 112 52 0 104 122 12 12 117 65
Binary 11100110 1001010 101010 0 1000100 1010010 1010 1010 1001111 110101

Color Harmonies of #E64A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A2A

Black with #E64A2A

Text Example


Text Example

White with #E64A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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