Html Css Color HEX #ED321B Cinnabar

📋 copy color: '#ED321B'

red 237 ◦ green 50 ◦ blue 27

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

Shades of Cinnabar #ED321B

Tints of Cinnabar #ED321B

RGB

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

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

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

R = 75.48%
G = 15.92%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED321B (or 0xED321B) is known color: Cinnabar. HEX triplet: ED, 32 and 1B. RGB value is (237,50,27). Sum of RGB (Red+Green+Blue) = 237+50+27=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED321B is #12CDE4. Grayscale: #676767. Windows color (decimal): -1232357 or 1782509. OLE color: 1782509.

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

Color convert

RGB 237 50 27 -
CMYK 0 0.79 0.89 0.07
HSL 6.57º 0.85% 0.52% -
HSV(B) 6.57º 0.89% 0.93% -
XYZ 36.26 20.36 3.06 -
YUV 103.29 84.95 223.37 -
System Red Green Blue C M Y K H S L
Decimal 237 50 27 0 0.79 0.89 0.07 6.57 0.85 0.52
Hex ED 32 1B 0 4F 59 7 7 55 34
Octal 355 62 33 0 117 131 7 7 125 64
Binary 11101101 110010 11011 0 1001111 1011001 111 111 1010101 110100

Color Harmonies of #ED321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED321B

Black with #ED321B

Text Example


Text Example

White with #ED321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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