Html Css Color HEX #ED391F Cinnabar

📋 copy color: '#ED391F'

red 237 ◦ green 57 ◦ blue 31

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

Shades of Cinnabar #ED391F

Tints of Cinnabar #ED391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 72.92%
G = 17.54%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED391F (or 0xED391F) is known color: Cinnabar. HEX triplet: ED, 39 and 1F. RGB value is (237,57,31). Sum of RGB (Red+Green+Blue) = 237+57+31=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED391F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED391F is #12C6E0. Grayscale: #6C6C6C. Windows color (decimal): -1230561 or 2046445. OLE color: 2046445.

HSL color Cylindrical-coordinate representation of color #ED391F: hue angle of 7.57º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED391F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 57 31 -
CMYK 0 0.76 0.87 0.07
HSL 7.57º 0.85% 0.53% -
HSV(B) 7.57º 0.87% 0.93% -
XYZ 36.64 21.03 3.42 -
YUV 107.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 237 57 31 0 0.76 0.87 0.07 7.57 0.85 0.53
Hex ED 39 1F 0 4C 57 7 8 55 35
Octal 355 71 37 0 114 127 7 10 125 65
Binary 11101101 111001 11111 0 1001100 1010111 111 1000 1010101 110101

Color Harmonies of #ED391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED391F

Black with #ED391F

Text Example


Text Example

White with #ED391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED391F; }

 p { color: rgb(237,57,31); }

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

background-color css

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

 a { background-color: rgb(237,57,31); }

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

border-color css

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

 span { border-color: rgb(237,57,31); }

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