Html Css Color HEX #DC0933 Crimson

📋 copy color: '#DC0933'

red 220 ◦ green 9 ◦ blue 51

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

Shades of Crimson #DC0933

Tints of Crimson #DC0933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 78.57%
G = 3.21%
B = 18.21%

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

#DC0933 (or 0xDC0933) is known color: Crimson. HEX triplet: DC, 09 and 33. RGB value is (220,9,51). Sum of RGB (Red+Green+Blue) = 220+9+51=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0933 is #23F6CC. Grayscale: #4C4C4C. Windows color (decimal): -2356941 or 3344860. OLE color: 3344860.

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

Color convert

RGB 220 9 51 -
CMYK 0 0.96 0.77 0.14
HSL 348.06º 0.92% 0.45% -
HSV(B) 348.06º 0.96% 0.86% -
XYZ 30.21 15.65 4.56 -
YUV 76.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 220 9 51 0 0.96 0.77 0.14 348.06 0.92 0.45
Hex DC 9 33 0 60 4D E 15C 5C 2D
Octal 334 11 63 0 140 115 16 534 134 55
Binary 11011100 1001 110011 0 1100000 1001101 1110 101011100 1011100 101101

Color Harmonies of #DC0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0933

Black with #DC0933

Text Example


Text Example

White with #DC0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0933; }

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

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

background-color css

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

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

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

border-color css

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

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

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