Html Css Color HEX #D51400 Free Speech Red

📋 copy color: '#D51400'

red 213 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #D51400

Tints of Free Speech Red #D51400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 91.42%
G = 8.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D51400 (or 0xD51400) is known color: Free Speech Red. HEX triplet: D5, 14 and 00. RGB value is (213,20,0). Sum of RGB (Red+Green+Blue) = 213+20+0=233 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.42% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 213 - color contains mainly: red. Hex color #D51400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51400 is #2AEBFF. Grayscale: #4B4B4B. Windows color (decimal): -2812928 or 5333. OLE color: 5333.

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

Color convert

RGB 213 20 0 -
CMYK 0 0.91 1 0.16
HSL 5.63º 1% 0.42% -
HSV(B) 5.63º 1% 0.84% -
XYZ 27.69 14.65 1.37 -
YUV 75.43 85.44 226.13 -
System Red Green Blue C M Y K H S L
Decimal 213 20 0 0 0.91 1 0.16 5.63 1 0.42
Hex D5 14 0 0 5B 64 10 6 64 2A
Octal 325 24 0 0 133 144 20 6 144 52
Binary 11010101 10100 0 0 1011011 1100100 10000 110 1100100 101010

Color Harmonies of #D51400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51400

Black with #D51400

Text Example


Text Example

White with #D51400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51400; }

 p { color: rgb(213,20,0); }

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

background-color css

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

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

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

border-color css

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

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

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