Html Css Color HEX #D01301 Free Speech Red

📋 copy color: '#D01301'

red 208 ◦ green 19 ◦ blue 1

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

Shades of Free Speech Red #D01301

Tints of Free Speech Red #D01301

RGB

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

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

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

R = 91.23%
G = 8.33%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D01301 (or 0xD01301) is known color: Free Speech Red. HEX triplet: D0, 13 and 01. RGB value is (208,19,1). Sum of RGB (Red+Green+Blue) = 208+19+1=228 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.23% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 208 - color contains mainly: red. Hex color #D01301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01301 is #2FECFE. Grayscale: #494949. Windows color (decimal): -3140863 or 70608. OLE color: 70608.

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

Color convert

RGB 208 19 1 -
CMYK 0 0.91 1.00 0.18
HSL 5.22º 0.99% 0.41% -
HSV(B) 5.22º 1% 0.82% -
XYZ 26.25 13.88 1.32 -
YUV 73.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 208 19 1 0 0.91 1.00 0.18 5.22 0.99 0.41
Hex D0 13 1 0 5B 64 12 5 63 29
Octal 320 23 1 0 133 144 22 5 143 51
Binary 11010000 10011 1 0 1011011 1100100 10010 101 1100011 101001

Color Harmonies of #D01301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01301

Black with #D01301

Text Example


Text Example

White with #D01301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01301; }

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

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

background-color css

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

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

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

border-color css

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

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

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