Html Css Color HEX #EA361E Cinnabar

📋 copy color: '#EA361E'

red 234 ◦ green 54 ◦ blue 30

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

Shades of Cinnabar #EA361E

Tints of Cinnabar #EA361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 73.58%
G = 16.98%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA361E (or 0xEA361E) is known color: Cinnabar. HEX triplet: EA, 36 and 1E. RGB value is (234,54,30). Sum of RGB (Red+Green+Blue) = 234+54+30=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA361E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA361E is #15C9E1. Grayscale: #696969. Windows color (decimal): -1427938 or 1980138. OLE color: 1980138.

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

Color convert

RGB 234 54 30 -
CMYK 0 0.77 0.87 0.08
HSL 7.06º 0.83% 0.52% -
HSV(B) 7.06º 0.87% 0.92% -
XYZ 35.49 20.22 3.26 -
YUV 105.08 85.63 219.95 -
System Red Green Blue C M Y K H S L
Decimal 234 54 30 0 0.77 0.87 0.08 7.06 0.83 0.52
Hex EA 36 1E 0 4D 57 8 7 53 34
Octal 352 66 36 0 115 127 10 7 123 64
Binary 11101010 110110 11110 0 1001101 1010111 1000 111 1010011 110100

Color Harmonies of #EA361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA361E

Black with #EA361E

Text Example


Text Example

White with #EA361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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