Html Css Color HEX #E64A1A Cinnabar

📋 copy color: '#E64A1A'

red 230 ◦ green 74 ◦ blue 26

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

Shades of Cinnabar #E64A1A

Tints of Cinnabar #E64A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 69.7%
G = 22.42%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E64A1A (or 0xE64A1A) is known color: Cinnabar. HEX triplet: E6, 4A and 1A. RGB value is (230,74,26). Sum of RGB (Red+Green+Blue) = 230+74+26=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A1A is #19B5E5. Grayscale: #737373. Windows color (decimal): -1684966 or 1723110. OLE color: 1723110.

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

Color convert

RGB 230 74 26 -
CMYK 0 0.68 0.89 0.10
HSL 14.12º 0.8% 0.5% -
HSV(B) 14.12º 0.89% 0.9% -
XYZ 35.27 21.8 3.33 -
YUV 115.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 230 74 26 0 0.68 0.89 0.10 14.12 0.8 0.5
Hex E6 4A 1A 0 44 59 A E 50 32
Octal 346 112 32 0 104 131 12 16 120 62
Binary 11100110 1001010 11010 0 1000100 1011001 1010 1110 1010000 110010

Color Harmonies of #E64A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A1A

Black with #E64A1A

Text Example


Text Example

White with #E64A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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