Html Css Color HEX #ED321E Cinnabar

📋 copy color: '#ED321E'

red 237 ◦ green 50 ◦ blue 30

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

Shades of Cinnabar #ED321E

Tints of Cinnabar #ED321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 74.76%
G = 15.77%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED321E (or 0xED321E) is known color: Cinnabar. HEX triplet: ED, 32 and 1E. RGB value is (237,50,30). Sum of RGB (Red+Green+Blue) = 237+50+30=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED321E is #12CDE1. Grayscale: #676767. Windows color (decimal): -1232354 or 1979117. OLE color: 1979117.

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

Color convert

RGB 237 50 30 -
CMYK 0 0.79 0.87 0.07
HSL 5.8º 0.85% 0.52% -
HSV(B) 5.8º 0.87% 0.93% -
XYZ 36.3 20.38 3.25 -
YUV 103.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 237 50 30 0 0.79 0.87 0.07 5.8 0.85 0.52
Hex ED 32 1E 0 4F 57 7 6 55 34
Octal 355 62 36 0 117 127 7 6 125 64
Binary 11101101 110010 11110 0 1001111 1010111 111 110 1010101 110100

Color Harmonies of #ED321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED321E

Black with #ED321E

Text Example


Text Example

White with #ED321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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