Html Css Color HEX #ED4125 Cinnabar

📋 copy color: '#ED4125'

red 237 ◦ green 65 ◦ blue 37

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

Shades of Cinnabar #ED4125

Tints of Cinnabar #ED4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 69.91%
G = 19.17%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED4125 (or 0xED4125) is known color: Cinnabar. HEX triplet: ED, 41 and 25. RGB value is (237,65,37). Sum of RGB (Red+Green+Blue) = 237+65+37=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4125 is #12BEDA. Grayscale: #717171. Windows color (decimal): -1228507 or 2441709. OLE color: 2441709.

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

Color convert

RGB 237 65 37 -
CMYK 0 0.73 0.84 0.07
HSL 8.4º 0.85% 0.54% -
HSV(B) 8.4º 0.84% 0.93% -
XYZ 37.15 21.92 4.02 -
YUV 113.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 237 65 37 0 0.73 0.84 0.07 8.4 0.85 0.54
Hex ED 41 25 0 49 54 7 8 55 36
Octal 355 101 45 0 111 124 7 10 125 66
Binary 11101101 1000001 100101 0 1001001 1010100 111 1000 1010101 110110

Color Harmonies of #ED4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4125

Black with #ED4125

Text Example


Text Example

White with #ED4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4125; }

 p { color: rgb(237,65,37); }

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

background-color css

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

 a { background-color: rgb(237,65,37); }

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

border-color css

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

 span { border-color: rgb(237,65,37); }

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