Html Css Color HEX #EB413E Cinnabar

📋 copy color: '#EB413E'

red 235 ◦ green 65 ◦ blue 62

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

Shades of Cinnabar #EB413E

Tints of Cinnabar #EB413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 64.92%
G = 17.96%
B = 17.13%

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

#EB413E (or 0xEB413E) is known color: Cinnabar. HEX triplet: EB, 41 and 3E. RGB value is (235,65,62). Sum of RGB (Red+Green+Blue) = 235+65+62=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB413E is #14BEC1. Grayscale: #737373. Windows color (decimal): -1359554 or 4080107. OLE color: 4080107.

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

Color convert

RGB 235 65 62 -
CMYK 0 0.72 0.74 0.08
HSL 1.04º 0.81% 0.58% -
HSV(B) 1.04º 0.74% 0.92% -
XYZ 37.02 21.79 6.81 -
YUV 115.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 235 65 62 0 0.72 0.74 0.08 1.04 0.81 0.58
Hex EB 41 3E 0 48 4A 8 1 51 3A
Octal 353 101 76 0 110 112 10 1 121 72
Binary 11101011 1000001 111110 0 1001000 1001010 1000 1 1010001 111010

Color Harmonies of #EB413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB413E

Black with #EB413E

Text Example


Text Example

White with #EB413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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