Html Css Color HEX #EB3E3C Cinnabar

📋 copy color: '#EB3E3C'

red 235 ◦ green 62 ◦ blue 60

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

Shades of Cinnabar #EB3E3C

Tints of Cinnabar #EB3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.37%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 65.83%
G = 17.37%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB3E3C (or 0xEB3E3C) is known color: Cinnabar. HEX triplet: EB, 3E and 3C. RGB value is (235,62,60). Sum of RGB (Red+Green+Blue) = 235+62+60=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E3C is #14C1C3. Grayscale: #717171. Windows color (decimal): -1360324 or 3948267. OLE color: 3948267.

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

Color convert

RGB 235 62 60 -
CMYK 0 0.74 0.74 0.08
HSL 0.69º 0.81% 0.58% -
HSV(B) 0.69º 0.74% 0.92% -
XYZ 36.8 21.43 6.47 -
YUV 113.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 235 62 60 0 0.74 0.74 0.08 0.69 0.81 0.58
Hex EB 3E 3C 0 4A 4A 8 1 51 3A
Octal 353 76 74 0 112 112 10 1 121 72
Binary 11101011 111110 111100 0 1001010 1001010 1000 1 1010001 111010

Color Harmonies of #EB3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E3C

Black with #EB3E3C

Text Example


Text Example

White with #EB3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E3C; }

 p { color: rgb(235,62,60); }

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

background-color css

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

 a { background-color: rgb(235,62,60); }

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

border-color css

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

 span { border-color: rgb(235,62,60); }

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