Html Css Color HEX #EA351D Cinnabar

📋 copy color: '#EA351D'

red 234 ◦ green 53 ◦ blue 29

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

Shades of Cinnabar #EA351D

Tints of Cinnabar #EA351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 74.05%
G = 16.77%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA351D (or 0xEA351D) is known color: Cinnabar. HEX triplet: EA, 35 and 1D. RGB value is (234,53,29). Sum of RGB (Red+Green+Blue) = 234+53+29=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA351D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA351D is #15CAE2. Grayscale: #686868. Windows color (decimal): -1428195 or 1914346. OLE color: 1914346.

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

Color convert

RGB 234 53 29 -
CMYK 0 0.77 0.88 0.08
HSL 7.02º 0.83% 0.52% -
HSV(B) 7.02º 0.88% 0.92% -
XYZ 35.43 20.13 3.18 -
YUV 104.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 234 53 29 0 0.77 0.88 0.08 7.02 0.83 0.52
Hex EA 35 1D 0 4D 58 8 7 53 34
Octal 352 65 35 0 115 130 10 7 123 64
Binary 11101010 110101 11101 0 1001101 1011000 1000 111 1010011 110100

Color Harmonies of #EA351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA351D

Black with #EA351D

Text Example


Text Example

White with #EA351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA351D; }

 p { color: rgb(234,53,29); }

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

background-color css

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

 a { background-color: rgb(234,53,29); }

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

border-color css

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

 span { border-color: rgb(234,53,29); }

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