Html Css Color HEX #D01500 Free Speech Red

📋 copy color: '#D01500'

red 208 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #D01500

Tints of Free Speech Red #D01500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 90.83%
G = 9.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D01500 (or 0xD01500) is known color: Free Speech Red. HEX triplet: D0, 15 and 00. RGB value is (208,21,0). Sum of RGB (Red+Green+Blue) = 208+21+0=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D01500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01500 is #2FEAFF. Grayscale: #4A4A4A. Windows color (decimal): -3140352 or 5584. OLE color: 5584.

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

Color convert

RGB 208 21 0 -
CMYK 0 0.90 1 0.18
HSL 6.06º 1% 0.41% -
HSV(B) 6.06º 1% 0.82% -
XYZ 26.28 13.95 1.31 -
YUV 74.52 85.95 223.21 -
System Red Green Blue C M Y K H S L
Decimal 208 21 0 0 0.90 1 0.18 6.06 1 0.41
Hex D0 15 0 0 5A 64 12 6 64 29
Octal 320 25 0 0 132 144 22 6 144 51
Binary 11010000 10101 0 0 1011010 1100100 10010 110 1100100 101001

Color Harmonies of #D01500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01500

Black with #D01500

Text Example


Text Example

White with #D01500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01500; }

 p { color: rgb(208,21,0); }

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

background-color css

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

 a { background-color: rgb(208,21,0); }

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

border-color css

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

 span { border-color: rgb(208,21,0); }

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