Html Css Color HEX #EB453B Cinnabar

📋 copy color: '#EB453B'

red 235 ◦ green 69 ◦ blue 59

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

Shades of Cinnabar #EB453B

Tints of Cinnabar #EB453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

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

R = 64.74%
G = 19.01%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB453B (or 0xEB453B) is known color: Cinnabar. HEX triplet: EB, 45 and 3B. RGB value is (235,69,59). Sum of RGB (Red+Green+Blue) = 235+69+59=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB453B is #14BAC4. Grayscale: #757575. Windows color (decimal): -1358533 or 3884523. OLE color: 3884523.

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

Color convert

RGB 235 69 59 -
CMYK 0 0.71 0.75 0.08
HSL 3.41º 0.81% 0.58% -
HSV(B) 3.41º 0.75% 0.92% -
XYZ 37.18 22.23 6.47 -
YUV 117.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 235 69 59 0 0.71 0.75 0.08 3.41 0.81 0.58
Hex EB 45 3B 0 47 4B 8 3 51 3A
Octal 353 105 73 0 107 113 10 3 121 72
Binary 11101011 1000101 111011 0 1000111 1001011 1000 11 1010001 111010

Color Harmonies of #EB453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB453B

Black with #EB453B

Text Example


Text Example

White with #EB453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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