Html Css Color HEX #D50201 Free Speech Red

📋 copy color: '#D50201'

red 213 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #D50201

Tints of Free Speech Red #D50201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 98.61%
G = 0.93%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D50201 (or 0xD50201) is known color: Free Speech Red. HEX triplet: D5, 02 and 01. RGB value is (213,2,1). Sum of RGB (Red+Green+Blue) = 213+2+1=216 (28% of max value = 765). Red value is 213 (83.59% from 255 or 98.61% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 213 - color contains mainly: red. Hex color #D50201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50201 is #2AFDFE. Grayscale: #414141. Windows color (decimal): -2817535 or 66261. OLE color: 66261.

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

Color convert

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

Color Harmonies of #D50201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50201

Black with #D50201

Text Example


Text Example

White with #D50201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50201; }

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

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

background-color css

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

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

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

border-color css

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

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

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