Html Css Color HEX #EA3535 Cinnabar

📋 copy color: '#EA3535'

red 234 ◦ green 53 ◦ blue 53

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

Shades of Cinnabar #EA3535

Tints of Cinnabar #EA3535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 68.82%
G = 15.59%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA3535 (or 0xEA3535) is known color: Cinnabar. HEX triplet: EA, 35 and 35. RGB value is (234,53,53). Sum of RGB (Red+Green+Blue) = 234+53+53=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3535 is #15CACA. Grayscale: #6B6B6B. Windows color (decimal): -1428171 or 3487210. OLE color: 3487210.

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

Color convert

RGB 234 53 53 -
CMYK 0 0.77 0.77 0.08
HSL 0.81% 0.56% -
HSV(B) 0.77% 0.92% -
XYZ 35.85 20.3 5.4 -
YUV 107.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 234 53 53 0 0.77 0.77 0.08 0 0.81 0.56
Hex EA 35 35 0 4D 4D 8 0 51 38
Octal 352 65 65 0 115 115 10 0 121 70
Binary 11101010 110101 110101 0 1001101 1001101 1000 0 1010001 111000

Color Harmonies of #EA3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3535

Black with #EA3535

Text Example


Text Example

White with #EA3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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