Html Css Color HEX #EA401A Cinnabar

📋 copy color: '#EA401A'

red 234 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #EA401A

Tints of Cinnabar #EA401A

RGB

 RED value IS 234 (91.8% from 255) = 72.22%

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 72.22%
G = 19.75%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA401A (or 0xEA401A) is known color: Cinnabar. HEX triplet: EA, 40 and 1A. RGB value is (234,64,26). Sum of RGB (Red+Green+Blue) = 234+64+26=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA401A is #15BFE5. Grayscale: #6E6E6E. Windows color (decimal): -1425382 or 1720554. OLE color: 1720554.

HSL color Cylindrical-coordinate representation of color #EA401A: hue angle of 10.96º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA401A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 26 -
CMYK 0 0.73 0.89 0.08
HSL 10.96º 0.83% 0.51% -
HSV(B) 10.96º 0.89% 0.92% -
XYZ 35.95 21.23 3.18 -
YUV 110.5 80.32 216.09 -
System Red Green Blue C M Y K H S L
Decimal 234 64 26 0 0.73 0.89 0.08 10.96 0.83 0.51
Hex EA 40 1A 0 49 59 8 B 53 33
Octal 352 100 32 0 111 131 10 13 123 63
Binary 11101010 1000000 11010 0 1001001 1011001 1000 1011 1010011 110011

Color Harmonies of #EA401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA401A

Black with #EA401A

Text Example


Text Example

White with #EA401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA401A; }

 p { color: rgb(234,64,26); }

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

background-color css

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

 a { background-color: rgb(234,64,26); }

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

border-color css

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

 span { border-color: rgb(234,64,26); }

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