Html Css Color HEX #ED361B Cinnabar

📋 copy color: '#ED361B'

red 237 ◦ green 54 ◦ blue 27

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

Shades of Cinnabar #ED361B

Tints of Cinnabar #ED361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 74.53%
G = 16.98%
B = 8.49%

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

#ED361B (or 0xED361B) is known color: Cinnabar. HEX triplet: ED, 36 and 1B. RGB value is (237,54,27). Sum of RGB (Red+Green+Blue) = 237+54+27=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED361B is #12C9E4. Grayscale: #696969. Windows color (decimal): -1231333 or 1783533. OLE color: 1783533.

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

Color convert

RGB 237 54 27 -
CMYK 0 0.77 0.89 0.07
HSL 7.71º 0.85% 0.52% -
HSV(B) 7.71º 0.89% 0.93% -
XYZ 36.44 20.72 3.12 -
YUV 105.64 83.63 221.7 -
System Red Green Blue C M Y K H S L
Decimal 237 54 27 0 0.77 0.89 0.07 7.71 0.85 0.52
Hex ED 36 1B 0 4D 59 7 8 55 34
Octal 355 66 33 0 115 131 7 10 125 64
Binary 11101101 110110 11011 0 1001101 1011001 111 1000 1010101 110100

Color Harmonies of #ED361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED361B

Black with #ED361B

Text Example


Text Example

White with #ED361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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