Html Css Color HEX #ED4527 Cinnabar

📋 copy color: '#ED4527'

red 237 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #ED4527

Tints of Cinnabar #ED4527

RGB

 RED value IS 237 (92.97% from 255) = 68.7%

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

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

R = 68.7%
G = 20%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED4527 (or 0xED4527) is known color: Cinnabar. HEX triplet: ED, 45 and 27. RGB value is (237,69,39). Sum of RGB (Red+Green+Blue) = 237+69+39=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4527 is #12BAD8. Grayscale: #747474. Windows color (decimal): -1227481 or 2573805. OLE color: 2573805.

HSL color Cylindrical-coordinate representation of color #ED4527: hue angle of 9.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED4527 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 39 -
CMYK 0 0.71 0.84 0.07
HSL 9.09º 0.85% 0.54% -
HSV(B) 9.09º 0.84% 0.93% -
XYZ 37.42 22.41 4.27 -
YUV 115.81 84.66 214.44 -
System Red Green Blue C M Y K H S L
Decimal 237 69 39 0 0.71 0.84 0.07 9.09 0.85 0.54
Hex ED 45 27 0 47 54 7 9 55 36
Octal 355 105 47 0 107 124 7 11 125 66
Binary 11101101 1000101 100111 0 1000111 1010100 111 1001 1010101 110110

Color Harmonies of #ED4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4527

Black with #ED4527

Text Example


Text Example

White with #ED4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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