Html Css Color HEX #DC0F0D Free Speech Red

📋 copy color: '#DC0F0D'

red 220 ◦ green 15 ◦ blue 13

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

Shades of Free Speech Red #DC0F0D

Tints of Free Speech Red #DC0F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 88.71%
G = 6.05%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC0F0D (or 0xDC0F0D) is known color: Free Speech Red. HEX triplet: DC, 0F and 0D. RGB value is (220,15,13). Sum of RGB (Red+Green+Blue) = 220+15+13=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F0D is #23F0F2. Grayscale: #4C4C4C. Windows color (decimal): -2355443 or 856028. OLE color: 856028.

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

Color convert

RGB 220 15 13 -
CMYK 0 0.93 0.94 0.14
HSL 0.58º 0.89% 0.46% -
HSV(B) 0.58º 0.94% 0.86% -
XYZ 29.76 15.59 1.82 -
YUV 76.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 220 15 13 0 0.93 0.94 0.14 0.58 0.89 0.46
Hex DC F D 0 5D 5E E 1 59 2E
Octal 334 17 15 0 135 136 16 1 131 56
Binary 11011100 1111 1101 0 1011101 1011110 1110 1 1011001 101110

Color Harmonies of #DC0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F0D

Black with #DC0F0D

Text Example


Text Example

White with #DC0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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