Html Css Color HEX #ED452C Cinnabar

📋 copy color: '#ED452C'

red 237 ◦ green 69 ◦ blue 44

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

Shades of Cinnabar #ED452C

Tints of Cinnabar #ED452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 67.71%
G = 19.71%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED452C (or 0xED452C) is known color: Cinnabar. HEX triplet: ED, 45 and 2C. RGB value is (237,69,44). Sum of RGB (Red+Green+Blue) = 237+69+44=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED452C is #12BAD3. Grayscale: #747474. Windows color (decimal): -1227476 or 2901485. OLE color: 2901485.

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

Color convert

RGB 237 69 44 -
CMYK 0 0.71 0.81 0.07
HSL 7.77º 0.84% 0.55% -
HSV(B) 7.77º 0.81% 0.93% -
XYZ 37.51 22.44 4.74 -
YUV 116.38 87.16 214.03 -
System Red Green Blue C M Y K H S L
Decimal 237 69 44 0 0.71 0.81 0.07 7.77 0.84 0.55
Hex ED 45 2C 0 47 51 7 8 54 37
Octal 355 105 54 0 107 121 7 10 124 67
Binary 11101101 1000101 101100 0 1000111 1010001 111 1000 1010100 110111

Color Harmonies of #ED452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED452C

Black with #ED452C

Text Example


Text Example

White with #ED452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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