Html Css Color HEX #EB452D Cinnabar

📋 copy color: '#EB452D'

red 235 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #EB452D

Tints of Cinnabar #EB452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 67.34%
G = 19.77%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB452D (or 0xEB452D) is known color: Cinnabar. HEX triplet: EB, 45 and 2D. RGB value is (235,69,45). Sum of RGB (Red+Green+Blue) = 235+69+45=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB452D is #14BAD2. Grayscale: #747474. Windows color (decimal): -1358547 or 2967019. OLE color: 2967019.

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

Color convert

RGB 235 69 45 -
CMYK 0 0.71 0.81 0.08
HSL 7.58º 0.83% 0.55% -
HSV(B) 7.58º 0.81% 0.92% -
XYZ 36.86 22.11 4.81 -
YUV 115.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 235 69 45 0 0.71 0.81 0.08 7.58 0.83 0.55
Hex EB 45 2D 0 47 51 8 8 53 37
Octal 353 105 55 0 107 121 10 10 123 67
Binary 11101011 1000101 101101 0 1000111 1010001 1000 1000 1010011 110111

Color Harmonies of #EB452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB452D

Black with #EB452D

Text Example


Text Example

White with #EB452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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