Html Css Color HEX #ED3F25 Cinnabar

📋 copy color: '#ED3F25'

red 237 ◦ green 63 ◦ blue 37

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

Shades of Cinnabar #ED3F25

Tints of Cinnabar #ED3F25

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 70.33%
G = 18.69%
B = 10.98%

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

#ED3F25 (or 0xED3F25) is known color: Cinnabar. HEX triplet: ED, 3F and 25. RGB value is (237,63,37). Sum of RGB (Red+Green+Blue) = 237+63+37=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F25 is #12C0DA. Grayscale: #707070. Windows color (decimal): -1229019 or 2441197. OLE color: 2441197.

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

Color convert

RGB 237 63 37 -
CMYK 0 0.73 0.84 0.07
HSL 7.8º 0.85% 0.54% -
HSV(B) 7.8º 0.84% 0.93% -
XYZ 37.04 21.69 3.99 -
YUV 112.06 85.65 217.11 -
System Red Green Blue C M Y K H S L
Decimal 237 63 37 0 0.73 0.84 0.07 7.8 0.85 0.54
Hex ED 3F 25 0 49 54 7 8 55 36
Octal 355 77 45 0 111 124 7 10 125 66
Binary 11101101 111111 100101 0 1001001 1010100 111 1000 1010101 110110

Color Harmonies of #ED3F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F25

Black with #ED3F25

Text Example


Text Example

White with #ED3F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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