Html Css Color HEX #D51901 Free Speech Red

📋 copy color: '#D51901'

red 213 ◦ green 25 ◦ blue 1

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

Shades of Free Speech Red #D51901

Tints of Free Speech Red #D51901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

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

R = 89.12%
G = 10.46%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D51901 (or 0xD51901) is known color: Free Speech Red. HEX triplet: D5, 19 and 01. RGB value is (213,25,1). Sum of RGB (Red+Green+Blue) = 213+25+1=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D51901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51901 is #2AE6FE. Grayscale: #4E4E4E. Windows color (decimal): -2811647 or 72149. OLE color: 72149.

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

Color convert

RGB 213 25 1 -
CMYK 0 0.88 1.00 0.16
HSL 6.79º 0.99% 0.42% -
HSV(B) 6.79º 1% 0.84% -
XYZ 27.79 14.84 1.43 -
YUV 78.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 213 25 1 0 0.88 1.00 0.16 6.79 0.99 0.42
Hex D5 19 1 0 58 64 10 7 63 2A
Octal 325 31 1 0 130 144 20 7 143 52
Binary 11010101 11001 1 0 1011000 1100100 10000 111 1100011 101010

Color Harmonies of #D51901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51901

Black with #D51901

Text Example


Text Example

White with #D51901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51901; }

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

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

background-color css

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

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

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

border-color css

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

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

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