Html Css Color HEX #EA3735 Cinnabar

📋 copy color: '#EA3735'

red 234 ◦ green 55 ◦ blue 53

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

Shades of Cinnabar #EA3735

Tints of Cinnabar #EA3735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

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

R = 68.42%
G = 16.08%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA3735 (or 0xEA3735) is known color: Cinnabar. HEX triplet: EA, 37 and 35. RGB value is (234,55,53). Sum of RGB (Red+Green+Blue) = 234+55+53=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3735 is #15C8CA. Grayscale: #6C6C6C. Windows color (decimal): -1427659 or 3487722. OLE color: 3487722.

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

Color convert

RGB 234 55 53 -
CMYK 0 0.76 0.77 0.08
HSL 0.66º 0.81% 0.56% -
HSV(B) 0.66º 0.77% 0.92% -
XYZ 35.94 20.48 5.43 -
YUV 108.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 234 55 53 0 0.76 0.77 0.08 0.66 0.81 0.56
Hex EA 37 35 0 4C 4D 8 1 51 38
Octal 352 67 65 0 114 115 10 1 121 70
Binary 11101010 110111 110101 0 1001100 1001101 1000 1 1010001 111000

Color Harmonies of #EA3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3735

Black with #EA3735

Text Example


Text Example

White with #EA3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3735; }

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

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

background-color css

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

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

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

border-color css

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

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

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