Html Css Color HEX #ED361A Cinnabar

📋 copy color: '#ED361A'

red 237 ◦ green 54 ◦ blue 26

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

Shades of Cinnabar #ED361A

Tints of Cinnabar #ED361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 74.76%
G = 17.03%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED361A (or 0xED361A) is known color: Cinnabar. HEX triplet: ED, 36 and 1A. RGB value is (237,54,26). Sum of RGB (Red+Green+Blue) = 237+54+26=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED361A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED361A is #12C9E5. Grayscale: #696969. Windows color (decimal): -1231334 or 1717997. OLE color: 1717997.

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

Color convert

RGB 237 54 26 -
CMYK 0 0.77 0.89 0.07
HSL 7.96º 0.85% 0.52% -
HSV(B) 7.96º 0.89% 0.93% -
XYZ 36.43 20.72 3.06 -
YUV 105.53 83.13 221.78 -
System Red Green Blue C M Y K H S L
Decimal 237 54 26 0 0.77 0.89 0.07 7.96 0.85 0.52
Hex ED 36 1A 0 4D 59 7 8 55 34
Octal 355 66 32 0 115 131 7 10 125 64
Binary 11101101 110110 11010 0 1001101 1011001 111 1000 1010101 110100

Color Harmonies of #ED361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED361A

Black with #ED361A

Text Example


Text Example

White with #ED361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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