Html Css Color HEX #ED321C Cinnabar

📋 copy color: '#ED321C'

red 237 ◦ green 50 ◦ blue 28

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

Shades of Cinnabar #ED321C

Tints of Cinnabar #ED321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 75.24%
G = 15.87%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED321C (or 0xED321C) is known color: Cinnabar. HEX triplet: ED, 32 and 1C. RGB value is (237,50,28). Sum of RGB (Red+Green+Blue) = 237+50+28=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED321C is #12CDE3. Grayscale: #676767. Windows color (decimal): -1232356 or 1848045. OLE color: 1848045.

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

Color convert

RGB 237 50 28 -
CMYK 0 0.79 0.88 0.07
HSL 6.32º 0.85% 0.52% -
HSV(B) 6.32º 0.88% 0.93% -
XYZ 36.28 20.37 3.12 -
YUV 103.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 237 50 28 0 0.79 0.88 0.07 6.32 0.85 0.52
Hex ED 32 1C 0 4F 58 7 6 55 34
Octal 355 62 34 0 117 130 7 6 125 64
Binary 11101101 110010 11100 0 1001111 1011000 111 110 1010101 110100

Color Harmonies of #ED321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED321C

Black with #ED321C

Text Example


Text Example

White with #ED321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED321C; }

 p { color: rgb(237,50,28); }

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

background-color css

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

 a { background-color: rgb(237,50,28); }

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

border-color css

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

 span { border-color: rgb(237,50,28); }

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