Html Css Color HEX #ED371D Cinnabar

📋 copy color: '#ED371D'

red 237 ◦ green 55 ◦ blue 29

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

Shades of Cinnabar #ED371D

Tints of Cinnabar #ED371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 73.83%
G = 17.13%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED371D (or 0xED371D) is known color: Cinnabar. HEX triplet: ED, 37 and 1D. RGB value is (237,55,29). Sum of RGB (Red+Green+Blue) = 237+55+29=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED371D is #12C8E2. Grayscale: #6A6A6A. Windows color (decimal): -1231075 or 1914861. OLE color: 1914861.

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

Color convert

RGB 237 55 29 -
CMYK 0 0.77 0.88 0.07
HSL 7.5º 0.85% 0.52% -
HSV(B) 7.5º 0.88% 0.93% -
XYZ 36.51 20.83 3.26 -
YUV 106.45 84.3 221.11 -
System Red Green Blue C M Y K H S L
Decimal 237 55 29 0 0.77 0.88 0.07 7.5 0.85 0.52
Hex ED 37 1D 0 4D 58 7 8 55 34
Octal 355 67 35 0 115 130 7 10 125 64
Binary 11101101 110111 11101 0 1001101 1011000 111 1000 1010101 110100

Color Harmonies of #ED371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED371D

Black with #ED371D

Text Example


Text Example

White with #ED371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED371D; }

 p { color: rgb(237,55,29); }

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

background-color css

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

 a { background-color: rgb(237,55,29); }

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

border-color css

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

 span { border-color: rgb(237,55,29); }

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