Html Css Color HEX #D60500 Free Speech Red

📋 copy color: '#D60500'

red 214 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #D60500

Tints of Free Speech Red #D60500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.72%
G = 2.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D60500 (or 0xD60500) is known color: Free Speech Red. HEX triplet: D6, 05 and 00. RGB value is (214,5,0). Sum of RGB (Red+Green+Blue) = 214+5+0=219 (29% of max value = 765). Red value is 214 (83.98% from 255 or 97.72% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 214 - color contains mainly: red. Hex color #D60500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60500 is #29FAFF. Grayscale: #434343. Windows color (decimal): -2751232 or 1494. OLE color: 1494.

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

Color convert

RGB 214 5 0 -
CMYK 0 0.98 1 0.16
HSL 1.4º 1% 0.42% -
HSV(B) 1.4º 1% 0.84% -
XYZ 27.79 14.4 1.32 -
YUV 66.92 90.24 232.91 -
System Red Green Blue C M Y K H S L
Decimal 214 5 0 0 0.98 1 0.16 1.4 1 0.42
Hex D6 5 0 0 62 64 10 1 64 2A
Octal 326 5 0 0 142 144 20 1 144 52
Binary 11010110 101 0 0 1100010 1100100 10000 1 1100100 101010

Color Harmonies of #D60500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60500

Black with #D60500

Text Example


Text Example

White with #D60500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60500; }

 p { color: rgb(214,5,0); }

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

background-color css

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

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

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

border-color css

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

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

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