Html Css Color HEX #D01401 Free Speech Red

📋 copy color: '#D01401'

red 208 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #D01401

Tints of Free Speech Red #D01401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.73%

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

R = 90.83%
G = 8.73%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D01401 (or 0xD01401) is known color: Free Speech Red. HEX triplet: D0, 14 and 01. RGB value is (208,20,1). Sum of RGB (Red+Green+Blue) = 208+20+1=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D01401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01401 is #2FEBFE. Grayscale: #4A4A4A. Windows color (decimal): -3140607 or 70864. OLE color: 70864.

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

Color convert

RGB 208 20 1 -
CMYK 0 0.90 1.00 0.18
HSL 5.51º 0.99% 0.41% -
HSV(B) 5.51º 1% 0.82% -
XYZ 26.27 13.91 1.33 -
YUV 74.05 86.78 223.54 -
System Red Green Blue C M Y K H S L
Decimal 208 20 1 0 0.90 1.00 0.18 5.51 0.99 0.41
Hex D0 14 1 0 5A 64 12 6 63 29
Octal 320 24 1 0 132 144 22 6 143 51
Binary 11010000 10100 1 0 1011010 1100100 10010 110 1100011 101001

Color Harmonies of #D01401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01401

Black with #D01401

Text Example


Text Example

White with #D01401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01401; }

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

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

background-color css

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

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

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

border-color css

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

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

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