Html Css Color HEX #D60101 Free Speech Red

📋 copy color: '#D60101'

red 214 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #D60101

Tints of Free Speech Red #D60101

RGB

 RED value IS 214 (83.98% from 255) = 99.07%

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 99.07%
G = 0.46%
B = 0.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D60101 (or 0xD60101) is known color: Free Speech Red. HEX triplet: D6, 01 and 01. RGB value is (214,1,1). Sum of RGB (Red+Green+Blue) = 214+1+1=216 (28% of max value = 765). Red value is 214 (83.98% from 255 or 99.07% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 214 - color contains mainly: red. Hex color #D60101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60101 is #29FEFE. Grayscale: #404040. Windows color (decimal): -2752255 or 66006. OLE color: 66006.

HSL color Cylindrical-coordinate representation of color #D60101: hue angle of 0º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60101 is Cyan = 0, Magento = 1.00, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 1 -
CMYK 0 1.00 1.00 0.16
HSL 0.99% 0.42% -
HSV(B) 1% 0.84% -
XYZ 27.75 14.32 1.33 -
YUV 64.69 92.07 234.5 -
System Red Green Blue C M Y K H S L
Decimal 214 1 1 0 1.00 1.00 0.16 0 0.99 0.42
Hex D6 1 1 0 64 64 10 0 63 2A
Octal 326 1 1 0 144 144 20 0 143 52
Binary 11010110 1 1 0 1100100 1100100 10000 0 1100011 101010

Color Harmonies of #D60101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60101

Black with #D60101

Text Example


Text Example

White with #D60101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60101; }

 p { color: rgb(214,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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