Html Css Color HEX #EB413C Cinnabar

📋 copy color: '#EB413C'

red 235 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #EB413C

Tints of Cinnabar #EB413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 65.28%
G = 18.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB413C (or 0xEB413C) is known color: Cinnabar. HEX triplet: EB, 41 and 3C. RGB value is (235,65,60). Sum of RGB (Red+Green+Blue) = 235+65+60=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB413C is #14BEC3. Grayscale: #737373. Windows color (decimal): -1359556 or 3949035. OLE color: 3949035.

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

Color convert

RGB 235 65 60 -
CMYK 0 0.72 0.74 0.08
HSL 1.71º 0.81% 0.58% -
HSV(B) 1.71º 0.74% 0.92% -
XYZ 36.97 21.77 6.53 -
YUV 115.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 235 65 60 0 0.72 0.74 0.08 1.71 0.81 0.58
Hex EB 41 3C 0 48 4A 8 2 51 3A
Octal 353 101 74 0 110 112 10 2 121 72
Binary 11101011 1000001 111100 0 1001000 1001010 1000 10 1010001 111010

Color Harmonies of #EB413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB413C

Black with #EB413C

Text Example


Text Example

White with #EB413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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