Html Css Color HEX #DC0833 Crimson

📋 copy color: '#DC0833'

red 220 ◦ green 8 ◦ blue 51

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

Shades of Crimson #DC0833

Tints of Crimson #DC0833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 78.85%
G = 2.87%
B = 18.28%

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

#DC0833 (or 0xDC0833) is known color: Crimson. HEX triplet: DC, 08 and 33. RGB value is (220,8,51). Sum of RGB (Red+Green+Blue) = 220+8+51=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0833 is #23F7CC. Grayscale: #4C4C4C. Windows color (decimal): -2357197 or 3344604. OLE color: 3344604.

HSL color Cylindrical-coordinate representation of color #DC0833: hue angle of 347.83º 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 #DC0833 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 51 -
CMYK 0 0.96 0.77 0.14
HSL 347.83º 0.93% 0.45% -
HSV(B) 347.83º 0.96% 0.86% -
XYZ 30.2 15.63 4.56 -
YUV 76.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 220 8 51 0 0.96 0.77 0.14 347.83 0.93 0.45
Hex DC 8 33 0 60 4D E 15C 5D 2D
Octal 334 10 63 0 140 115 16 534 135 55
Binary 11011100 1000 110011 0 1100000 1001101 1110 101011100 1011101 101101

Color Harmonies of #DC0833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0833

Black with #DC0833

Text Example


Text Example

White with #DC0833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0833; }

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

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

background-color css

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

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

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

border-color css

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

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

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