Html Css Color HEX #EA3A1E Cinnabar

📋 copy color: '#EA3A1E'

red 234 ◦ green 58 ◦ blue 30

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

Shades of Cinnabar #EA3A1E

Tints of Cinnabar #EA3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 30 (12.11% from 255) = 9.32%

R = 72.67%
G = 18.01%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA3A1E (or 0xEA3A1E) is known color: Cinnabar. HEX triplet: EA, 3A and 1E. RGB value is (234,58,30). Sum of RGB (Red+Green+Blue) = 234+58+30=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A1E is #15C5E1. Grayscale: #6B6B6B. Windows color (decimal): -1426914 or 1981162. OLE color: 1981162.

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

Color convert

RGB 234 58 30 -
CMYK 0 0.75 0.87 0.08
HSL 8.24º 0.83% 0.52% -
HSV(B) 8.24º 0.87% 0.92% -
XYZ 35.68 20.61 3.33 -
YUV 107.43 84.31 218.28 -
System Red Green Blue C M Y K H S L
Decimal 234 58 30 0 0.75 0.87 0.08 8.24 0.83 0.52
Hex EA 3A 1E 0 4B 57 8 8 53 34
Octal 352 72 36 0 113 127 10 10 123 64
Binary 11101010 111010 11110 0 1001011 1010111 1000 1000 1010011 110100

Color Harmonies of #EA3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A1E

Black with #EA3A1E

Text Example


Text Example

White with #EA3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A1E; }

 p { color: rgb(234,58,30); }

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

background-color css

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

 a { background-color: rgb(234,58,30); }

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

border-color css

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

 span { border-color: rgb(234,58,30); }

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