Html Css Color HEX #ED4926 Cinnabar

📋 copy color: '#ED4926'

red 237 ◦ green 73 ◦ blue 38

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

Shades of Cinnabar #ED4926

Tints of Cinnabar #ED4926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 68.1%
G = 20.98%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED4926 (or 0xED4926) is known color: Cinnabar. HEX triplet: ED, 49 and 26. RGB value is (237,73,38). Sum of RGB (Red+Green+Blue) = 237+73+38=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4926 is #12B6D9. Grayscale: #767676. Windows color (decimal): -1226458 or 2509293. OLE color: 2509293.

HSL color Cylindrical-coordinate representation of color #ED4926: hue angle of 10.55º 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 #ED4926 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 38 -
CMYK 0 0.69 0.84 0.07
HSL 10.55º 0.85% 0.54% -
HSV(B) 10.55º 0.84% 0.93% -
XYZ 37.66 22.91 4.27 -
YUV 118.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 237 73 38 0 0.69 0.84 0.07 10.55 0.85 0.54
Hex ED 49 26 0 45 54 7 B 55 36
Octal 355 111 46 0 105 124 7 13 125 66
Binary 11101101 1001001 100110 0 1000101 1010100 111 1011 1010101 110110

Color Harmonies of #ED4926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4926

Black with #ED4926

Text Example


Text Example

White with #ED4926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4926; }

 p { color: rgb(237,73,38); }

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

background-color css

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

 a { background-color: rgb(237,73,38); }

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

border-color css

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

 span { border-color: rgb(237,73,38); }

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