Html Css Color HEX #DC0832 Crimson

📋 copy color: '#DC0832'

red 220 ◦ green 8 ◦ blue 50

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

Shades of Crimson #DC0832

Tints of Crimson #DC0832

RGB

 RED value IS 220 (86.33% from 255) = 79.14%

 GREEN value IS 8 (3.52% from 255) = 2.88%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 79.14%
G = 2.88%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC0832 (or 0xDC0832) is known color: Crimson. HEX triplet: DC, 08 and 32. RGB value is (220,8,50). Sum of RGB (Red+Green+Blue) = 220+8+50=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0832 is #23F7CD. Grayscale: #4C4C4C. Windows color (decimal): -2357198 or 3279068. OLE color: 3279068.

HSL color Cylindrical-coordinate representation of color #DC0832: hue angle of 348.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0832 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 50 -
CMYK 0 0.96 0.77 0.14
HSL 348.11º 0.93% 0.45% -
HSV(B) 348.11º 0.96% 0.86% -
XYZ 30.18 15.62 4.44 -
YUV 76.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 220 8 50 0 0.96 0.77 0.14 348.11 0.93 0.45
Hex DC 8 32 0 60 4D E 15C 5D 2D
Octal 334 10 62 0 140 115 16 534 135 55
Binary 11011100 1000 110010 0 1100000 1001101 1110 101011100 1011101 101101

Color Harmonies of #DC0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0832

Black with #DC0832

Text Example


Text Example

White with #DC0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0832; }

 p { color: rgb(220,8,50); }

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

background-color css

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

 a { background-color: rgb(220,8,50); }

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

border-color css

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

 span { border-color: rgb(220,8,50); }

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