Html Css Color HEX #EB413F Cinnabar

📋 copy color: '#EB413F'

red 235 ◦ green 65 ◦ blue 63

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

Shades of Cinnabar #EB413F

Tints of Cinnabar #EB413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.36%

R = 64.74%
G = 17.91%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB413F (or 0xEB413F) is known color: Cinnabar. HEX triplet: EB, 41 and 3F. RGB value is (235,65,63). Sum of RGB (Red+Green+Blue) = 235+65+63=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB413F is #14BEC0. Grayscale: #737373. Windows color (decimal): -1359553 or 4145643. OLE color: 4145643.

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

Color convert

RGB 235 65 63 -
CMYK 0 0.72 0.73 0.08
HSL 0.7º 0.81% 0.58% -
HSV(B) 0.7º 0.73% 0.92% -
XYZ 37.05 21.8 6.96 -
YUV 115.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 235 65 63 0 0.72 0.73 0.08 0.7 0.81 0.58
Hex EB 41 3F 0 48 49 8 1 51 3A
Octal 353 101 77 0 110 111 10 1 121 72
Binary 11101011 1000001 111111 0 1001000 1001001 1000 1 1010001 111010

Color Harmonies of #EB413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB413F

Black with #EB413F

Text Example


Text Example

White with #EB413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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