Html Css Color HEX #EB352D Cinnabar

📋 copy color: '#EB352D'

red 235 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #EB352D

Tints of Cinnabar #EB352D

RGB

 RED value IS 235 (92.19% from 255) = 70.57%

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

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 70.57%
G = 15.92%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB352D (or 0xEB352D) is known color: Cinnabar. HEX triplet: EB, 35 and 2D. RGB value is (235,53,45). Sum of RGB (Red+Green+Blue) = 235+53+45=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB352D is #14CAD2. Grayscale: #6A6A6A. Windows color (decimal): -1362643 or 2962923. OLE color: 2962923.

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

Color convert

RGB 235 53 45 -
CMYK 0 0.77 0.81 0.08
HSL 2.53º 0.83% 0.55% -
HSV(B) 2.53º 0.81% 0.92% -
XYZ 36.01 20.4 4.52 -
YUV 106.51 93.3 219.65 -
System Red Green Blue C M Y K H S L
Decimal 235 53 45 0 0.77 0.81 0.08 2.53 0.83 0.55
Hex EB 35 2D 0 4D 51 8 3 53 37
Octal 353 65 55 0 115 121 10 3 123 67
Binary 11101011 110101 101101 0 1001101 1010001 1000 11 1010011 110111

Color Harmonies of #EB352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB352D

Black with #EB352D

Text Example


Text Example

White with #EB352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB352D; }

 p { color: rgb(235,53,45); }

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

background-color css

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

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

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

border-color css

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

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

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