Html Css Color HEX #EB413A Cinnabar

📋 copy color: '#EB413A'

red 235 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #EB413A

Tints of Cinnabar #EB413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 65.64%
G = 18.16%
B = 16.2%

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

#EB413A (or 0xEB413A) is known color: Cinnabar. HEX triplet: EB, 41 and 3A. RGB value is (235,65,58). Sum of RGB (Red+Green+Blue) = 235+65+58=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB413A is #14BEC5. Grayscale: #737373. Windows color (decimal): -1359558 or 3817963. OLE color: 3817963.

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

Color convert

RGB 235 65 58 -
CMYK 0 0.72 0.75 0.08
HSL 2.37º 0.82% 0.57% -
HSV(B) 2.37º 0.75% 0.92% -
XYZ 36.91 21.75 6.26 -
YUV 115.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 235 65 58 0 0.72 0.75 0.08 2.37 0.82 0.57
Hex EB 41 3A 0 48 4B 8 2 52 39
Octal 353 101 72 0 110 113 10 2 122 71
Binary 11101011 1000001 111010 0 1001000 1001011 1000 10 1010010 111001

Color Harmonies of #EB413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB413A

Black with #EB413A

Text Example


Text Example

White with #EB413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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