Html Css Color HEX #EB4527 Cinnabar

📋 copy color: '#EB4527'

red 235 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #EB4527

Tints of Cinnabar #EB4527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 68.51%
G = 20.12%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB4527 (or 0xEB4527) is known color: Cinnabar. HEX triplet: EB, 45 and 27. RGB value is (235,69,39). Sum of RGB (Red+Green+Blue) = 235+69+39=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4527 is #14BAD8. Grayscale: #737373. Windows color (decimal): -1358553 or 2573803. OLE color: 2573803.

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

Color convert

RGB 235 69 39 -
CMYK 0 0.71 0.83 0.08
HSL 9.18º 0.83% 0.54% -
HSV(B) 9.18º 0.83% 0.92% -
XYZ 36.76 22.06 4.24 -
YUV 115.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 235 69 39 0 0.71 0.83 0.08 9.18 0.83 0.54
Hex EB 45 27 0 47 53 8 9 53 36
Octal 353 105 47 0 107 123 10 11 123 66
Binary 11101011 1000101 100111 0 1000111 1010011 1000 1001 1010011 110110

Color Harmonies of #EB4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4527

Black with #EB4527

Text Example


Text Example

White with #EB4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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