Html Css Color HEX #ED522A Cinnabar

📋 copy color: '#ED522A'

red 237 ◦ green 82 ◦ blue 42

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

Shades of Cinnabar #ED522A

Tints of Cinnabar #ED522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 65.65%
G = 22.71%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED522A (or 0xED522A) is known color: Cinnabar. HEX triplet: ED, 52 and 2A. RGB value is (237,82,42). Sum of RGB (Red+Green+Blue) = 237+82+42=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED522A is #12ADD5. Grayscale: #7C7C7C. Windows color (decimal): -1224150 or 2773741. OLE color: 2773741.

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

Color convert

RGB 237 82 42 -
CMYK 0 0.65 0.82 0.07
HSL 12.31º 0.84% 0.55% -
HSV(B) 12.31º 0.82% 0.93% -
XYZ 38.36 24.21 4.84 -
YUV 123.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 237 82 42 0 0.65 0.82 0.07 12.31 0.84 0.55
Hex ED 52 2A 0 41 52 7 C 54 37
Octal 355 122 52 0 101 122 7 14 124 67
Binary 11101101 1010010 101010 0 1000001 1010010 111 1100 1010100 110111

Color Harmonies of #ED522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED522A

Black with #ED522A

Text Example


Text Example

White with #ED522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED522A; }

 p { color: rgb(237,82,42); }

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

background-color css

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

 a { background-color: rgb(237,82,42); }

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

border-color css

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

 span { border-color: rgb(237,82,42); }

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