Html Css Color HEX #D61501 Free Speech Red

📋 copy color: '#D61501'

red 214 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #D61501

Tints of Free Speech Red #D61501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 90.68%
G = 8.9%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D61501 (or 0xD61501) is known color: Free Speech Red. HEX triplet: D6, 15 and 01. RGB value is (214,21,1). Sum of RGB (Red+Green+Blue) = 214+21+1=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D61501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61501 is #29EAFE. Grayscale: #4C4C4C. Windows color (decimal): -2747135 or 71126. OLE color: 71126.

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

Color convert

RGB 214 21 1 -
CMYK 0 0.90 1.00 0.16
HSL 5.63º 0.99% 0.42% -
HSV(B) 5.63º 1% 0.84% -
XYZ 28.01 14.83 1.42 -
YUV 76.43 85.44 226.13 -
System Red Green Blue C M Y K H S L
Decimal 214 21 1 0 0.90 1.00 0.16 5.63 0.99 0.42
Hex D6 15 1 0 5A 64 10 6 63 2A
Octal 326 25 1 0 132 144 20 6 143 52
Binary 11010110 10101 1 0 1011010 1100100 10000 110 1100011 101010

Color Harmonies of #D61501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61501

Black with #D61501

Text Example


Text Example

White with #D61501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61501; }

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

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

background-color css

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

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

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

border-color css

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

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

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