Html Css Color HEX #ED391A Cinnabar

📋 copy color: '#ED391A'

red 237 ◦ green 57 ◦ blue 26

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

Shades of Cinnabar #ED391A

Tints of Cinnabar #ED391A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 74.06%
G = 17.81%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED391A (or 0xED391A) is known color: Cinnabar. HEX triplet: ED, 39 and 1A. RGB value is (237,57,26). Sum of RGB (Red+Green+Blue) = 237+57+26=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED391A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED391A is #12C6E5. Grayscale: #6B6B6B. Windows color (decimal): -1230566 or 1718765. OLE color: 1718765.

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

Color convert

RGB 237 57 26 -
CMYK 0 0.76 0.89 0.07
HSL 8.82º 0.85% 0.52% -
HSV(B) 8.82º 0.89% 0.93% -
XYZ 36.57 21.01 3.1 -
YUV 107.29 82.13 220.52 -
System Red Green Blue C M Y K H S L
Decimal 237 57 26 0 0.76 0.89 0.07 8.82 0.85 0.52
Hex ED 39 1A 0 4C 59 7 9 55 34
Octal 355 71 32 0 114 131 7 11 125 64
Binary 11101101 111001 11010 0 1001100 1011001 111 1001 1010101 110100

Color Harmonies of #ED391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED391A

Black with #ED391A

Text Example


Text Example

White with #ED391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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