Html Css Color HEX #ED451C Cinnabar

📋 copy color: '#ED451C'

red 237 ◦ green 69 ◦ blue 28

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

Shades of Cinnabar #ED451C

Tints of Cinnabar #ED451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 70.96%
G = 20.66%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED451C (or 0xED451C) is known color: Cinnabar. HEX triplet: ED, 45 and 1C. RGB value is (237,69,28). Sum of RGB (Red+Green+Blue) = 237+69+28=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED451C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED451C is #12BAE3. Grayscale: #727272. Windows color (decimal): -1227492 or 1852909. OLE color: 1852909.

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

Color convert

RGB 237 69 28 -
CMYK 0 0.71 0.88 0.07
HSL 11.77º 0.85% 0.52% -
HSV(B) 11.77º 0.88% 0.93% -
XYZ 37.26 22.34 3.45 -
YUV 114.56 79.16 215.33 -
System Red Green Blue C M Y K H S L
Decimal 237 69 28 0 0.71 0.88 0.07 11.77 0.85 0.52
Hex ED 45 1C 0 47 58 7 C 55 34
Octal 355 105 34 0 107 130 7 14 125 64
Binary 11101101 1000101 11100 0 1000111 1011000 111 1100 1010101 110100

Color Harmonies of #ED451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED451C

Black with #ED451C

Text Example


Text Example

White with #ED451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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