Html Css Color HEX #DC0900 Free Speech Red

📋 copy color: '#DC0900'

red 220 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #DC0900

Tints of Free Speech Red #DC0900

RGB

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

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

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

R = 96.07%
G = 3.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC0900 (or 0xDC0900) is known color: Free Speech Red. HEX triplet: DC, 09 and 00. RGB value is (220,9,0). Sum of RGB (Red+Green+Blue) = 220+9+0=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0900 is #23F6FF. Grayscale: #474747. Windows color (decimal): -2356992 or 2524. OLE color: 2524.

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

Color convert

RGB 220 9 0 -
CMYK 0 0.96 1 0.14
HSL 2.45º 1% 0.43% -
HSV(B) 2.45º 1% 0.86% -
XYZ 29.61 15.41 1.41 -
YUV 71.06 87.9 234.23 -
System Red Green Blue C M Y K H S L
Decimal 220 9 0 0 0.96 1 0.14 2.45 1 0.43
Hex DC 9 0 0 60 64 E 2 64 2B
Octal 334 11 0 0 140 144 16 2 144 53
Binary 11011100 1001 0 0 1100000 1100100 1110 10 1100100 101011

Color Harmonies of #DC0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0900

Black with #DC0900

Text Example


Text Example

White with #DC0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0900; }

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

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

background-color css

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

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

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

border-color css

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

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

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