Html Css Color HEX #EB413B Cinnabar

📋 copy color: '#EB413B'

red 235 ◦ green 65 ◦ blue 59

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

Shades of Cinnabar #EB413B

Tints of Cinnabar #EB413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 65.46%
G = 18.11%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB413B (or 0xEB413B) is known color: Cinnabar. HEX triplet: EB, 41 and 3B. RGB value is (235,65,59). Sum of RGB (Red+Green+Blue) = 235+65+59=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB413B is #14BEC4. Grayscale: #737373. Windows color (decimal): -1359557 or 3883499. OLE color: 3883499.

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

Color convert

RGB 235 65 59 -
CMYK 0 0.72 0.75 0.08
HSL 2.05º 0.81% 0.58% -
HSV(B) 2.05º 0.75% 0.92% -
XYZ 36.94 21.76 6.39 -
YUV 115.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 235 65 59 0 0.72 0.75 0.08 2.05 0.81 0.58
Hex EB 41 3B 0 48 4B 8 2 51 3A
Octal 353 101 73 0 110 113 10 2 121 72
Binary 11101011 1000001 111011 0 1001000 1001011 1000 10 1010001 111010

Color Harmonies of #EB413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB413B

Black with #EB413B

Text Example


Text Example

White with #EB413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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