Html Css Color HEX #D50101 Free Speech Red

📋 copy color: '#D50101'

red 213 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #D50101

Tints of Free Speech Red #D50101

RGB

 RED value IS 213 (83.59% from 255) = 99.07%

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

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

R = 99.07%
G = 0.47%
B = 0.47%

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

#D50101 (or 0xD50101) is known color: Free Speech Red. HEX triplet: D5, 01 and 01. RGB value is (213,1,1). Sum of RGB (Red+Green+Blue) = 213+1+1=215 (28% of max value = 765). Red value is 213 (83.59% from 255 or 99.07% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 213 - color contains mainly: red. Hex color #D50101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50101 is #2AFEFE. Grayscale: #404040. Windows color (decimal): -2817791 or 66005. OLE color: 66005.

HSL color Cylindrical-coordinate representation of color #D50101: 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 #D50101 is Cyan = 0, Magento = 1.00, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 1 -
CMYK 0 1.00 1.00 0.16
HSL 0.99% 0.42% -
HSV(B) 1% 0.84% -
XYZ 27.46 14.17 1.32 -
YUV 64.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 213 1 1 0 1.00 1.00 0.16 0 0.99 0.42
Hex D5 1 1 0 64 64 10 0 63 2A
Octal 325 1 1 0 144 144 20 0 143 52
Binary 11010101 1 1 0 1100100 1100100 10000 0 1100011 101010

Color Harmonies of #D50101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50101

Black with #D50101

Text Example


Text Example

White with #D50101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50101; }

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

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

background-color css

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

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

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

border-color css

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

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

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