Html Css Color HEX #D01201 Free Speech Red

📋 copy color: '#D01201'

red 208 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #D01201

Tints of Free Speech Red #D01201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 91.63%
G = 7.93%
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

#D01201 (or 0xD01201) is known color: Free Speech Red. HEX triplet: D0, 12 and 01. RGB value is (208,18,1). Sum of RGB (Red+Green+Blue) = 208+18+1=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D01201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01201 is #2FEDFE. Grayscale: #494949. Windows color (decimal): -3141119 or 70352. OLE color: 70352.

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

Color convert

RGB 208 18 1 -
CMYK 0 0.91 1.00 0.18
HSL 4.93º 0.99% 0.41% -
HSV(B) 4.93º 1% 0.82% -
XYZ 26.23 13.84 1.32 -
YUV 72.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 208 18 1 0 0.91 1.00 0.18 4.93 0.99 0.41
Hex D0 12 1 0 5B 64 12 5 63 29
Octal 320 22 1 0 133 144 22 5 143 51
Binary 11010000 10010 1 0 1011011 1100100 10010 101 1100011 101001

Color Harmonies of #D01201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01201

Black with #D01201

Text Example


Text Example

White with #D01201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01201; }

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

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

background-color css

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

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

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

border-color css

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

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

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