Html Css Color HEX #D01300 Free Speech Red

📋 copy color: '#D01300'

red 208 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #D01300

Tints of Free Speech Red #D01300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

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

R = 91.63%
G = 8.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D01300 (or 0xD01300) is known color: Free Speech Red. HEX triplet: D0, 13 and 00. RGB value is (208,19,0). Sum of RGB (Red+Green+Blue) = 208+19+0=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D01300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01300 is #2FECFF. Grayscale: #494949. Windows color (decimal): -3140864 or 5072. OLE color: 5072.

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

Color convert

RGB 208 19 0 -
CMYK 0 0.91 1 0.18
HSL 5.48º 1% 0.41% -
HSV(B) 5.48º 1% 0.82% -
XYZ 26.25 13.88 1.29 -
YUV 73.35 86.62 224.04 -
System Red Green Blue C M Y K H S L
Decimal 208 19 0 0 0.91 1 0.18 5.48 1 0.41
Hex D0 13 0 0 5B 64 12 5 64 29
Octal 320 23 0 0 133 144 22 5 144 51
Binary 11010000 10011 0 0 1011011 1100100 10010 101 1100100 101001

Color Harmonies of #D01300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01300

Black with #D01300

Text Example


Text Example

White with #D01300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01300; }

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

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

background-color css

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

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

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

border-color css

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

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

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