Html Css Color HEX #EA481E Cinnabar

📋 copy color: '#EA481E'

red 234 ◦ green 72 ◦ blue 30

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

Shades of Cinnabar #EA481E

Tints of Cinnabar #EA481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

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

R = 69.64%
G = 21.43%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA481E (or 0xEA481E) is known color: Cinnabar. HEX triplet: EA, 48 and 1E. RGB value is (234,72,30). Sum of RGB (Red+Green+Blue) = 234+72+30=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA481E is #15B7E1. Grayscale: #737373. Windows color (decimal): -1423330 or 1984746. OLE color: 1984746.

HSL color Cylindrical-coordinate representation of color #EA481E: hue angle of 12.35º 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 #EA481E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 72 30 -
CMYK 0 0.69 0.87 0.08
HSL 12.35º 0.83% 0.52% -
HSV(B) 12.35º 0.87% 0.92% -
XYZ 36.48 22.22 3.59 -
YUV 115.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 234 72 30 0 0.69 0.87 0.08 12.35 0.83 0.52
Hex EA 48 1E 0 45 57 8 C 53 34
Octal 352 110 36 0 105 127 10 14 123 64
Binary 11101010 1001000 11110 0 1000101 1010111 1000 1100 1010011 110100

Color Harmonies of #EA481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA481E

Black with #EA481E

Text Example


Text Example

White with #EA481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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