Html Css Color HEX #D01101 Free Speech Red

📋 copy color: '#D01101'

red 208 ◦ green 17 ◦ blue 1

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

Shades of Free Speech Red #D01101

Tints of Free Speech Red #D01101

RGB

 RED value IS 208 (81.64% from 255) = 92.04%

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 92.04%
G = 7.52%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D01101 (or 0xD01101) is known color: Free Speech Red. HEX triplet: D0, 11 and 01. RGB value is (208,17,1). Sum of RGB (Red+Green+Blue) = 208+17+1=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D01101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01101 is #2FEEFE. Grayscale: #484848. Windows color (decimal): -3141375 or 70096. OLE color: 70096.

HSL color Cylindrical-coordinate representation of color #D01101: hue angle of 4.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D01101 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 1 -
CMYK 0 0.92 1.00 0.18
HSL 4.64º 0.99% 0.41% -
HSV(B) 4.64º 1% 0.82% -
XYZ 26.22 13.81 1.31 -
YUV 72.29 87.78 224.8 -
System Red Green Blue C M Y K H S L
Decimal 208 17 1 0 0.92 1.00 0.18 4.64 0.99 0.41
Hex D0 11 1 0 5C 64 12 5 63 29
Octal 320 21 1 0 134 144 22 5 143 51
Binary 11010000 10001 1 0 1011100 1100100 10010 101 1100011 101001

Color Harmonies of #D01101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01101

Black with #D01101

Text Example


Text Example

White with #D01101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01101; }

 p { color: rgb(208,17,1); }

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

background-color css

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

 a { background-color: rgb(208,17,1); }

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

border-color css

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

 span { border-color: rgb(208,17,1); }

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