Html Css Color HEX #DC0D00 Free Speech Red

📋 copy color: '#DC0D00'

red 220 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #DC0D00

Tints of Free Speech Red #DC0D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.42%
G = 5.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC0D00 (or 0xDC0D00) is known color: Free Speech Red. HEX triplet: DC, 0D and 00. RGB value is (220,13,0). Sum of RGB (Red+Green+Blue) = 220+13+0=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0D00 is #23F2FF. Grayscale: #494949. Windows color (decimal): -2355968 or 3548. OLE color: 3548.

HSL color Cylindrical-coordinate representation of color #DC0D00: hue angle of 3.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 13 0 -
CMYK 0 0.94 1 0.14
HSL 3.55º 1% 0.43% -
HSV(B) 3.55º 1% 0.86% -
XYZ 29.66 15.5 1.43 -
YUV 73.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 220 13 0 0 0.94 1 0.14 3.55 1 0.43
Hex DC D 0 0 5E 64 E 4 64 2B
Octal 334 15 0 0 136 144 16 4 144 53
Binary 11011100 1101 0 0 1011110 1100100 1110 100 1100100 101011

Color Harmonies of #DC0D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D00

Black with #DC0D00

Text Example


Text Example

White with #DC0D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D00; }

 p { color: rgb(220,13,0); }

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

background-color css

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

 a { background-color: rgb(220,13,0); }

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

border-color css

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

 span { border-color: rgb(220,13,0); }

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