Html Css Color HEX #D00501 Free Speech Red

📋 copy color: '#D00501'

red 208 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #D00501

Tints of Free Speech Red #D00501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 97.2%
G = 2.34%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D00501 (or 0xD00501) is known color: Free Speech Red. HEX triplet: D0, 05 and 01. RGB value is (208,5,1). Sum of RGB (Red+Green+Blue) = 208+5+1=214 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.20% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 208 - color contains mainly: red. Hex color #D00501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00501 is #2FFAFE. Grayscale: #414141. Windows color (decimal): -3144447 or 67024. OLE color: 67024.

HSL color Cylindrical-coordinate representation of color #D00501: hue angle of 1.16º 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 #D00501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 1 -
CMYK 0 0.98 1.00 0.18
HSL 1.16º 0.99% 0.41% -
HSV(B) 1.16º 1% 0.82% -
XYZ 26.07 13.52 1.26 -
YUV 65.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 208 5 1 0 0.98 1.00 0.18 1.16 0.99 0.41
Hex D0 5 1 0 62 64 12 1 63 29
Octal 320 5 1 0 142 144 22 1 143 51
Binary 11010000 101 1 0 1100010 1100100 10010 1 1100011 101001

Color Harmonies of #D00501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00501

Black with #D00501

Text Example


Text Example

White with #D00501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00501; }

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

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

background-color css

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

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

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

border-color css

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

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

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