Html Css Color HEX #D51200 Free Speech Red

📋 copy color: '#D51200'

red 213 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #D51200

Tints of Free Speech Red #D51200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

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

R = 92.21%
G = 7.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D51200 (or 0xD51200) is known color: Free Speech Red. HEX triplet: D5, 12 and 00. RGB value is (213,18,0). Sum of RGB (Red+Green+Blue) = 213+18+0=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D51200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51200 is #2AEDFF. Grayscale: #4A4A4A. Windows color (decimal): -2813440 or 4821. OLE color: 4821.

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

Color convert

RGB 213 18 0 -
CMYK 0 0.92 1 0.16
HSL 5.07º 1% 0.42% -
HSV(B) 5.07º 1% 0.84% -
XYZ 27.66 14.58 1.36 -
YUV 74.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 213 18 0 0 0.92 1 0.16 5.07 1 0.42
Hex D5 12 0 0 5C 64 10 5 64 2A
Octal 325 22 0 0 134 144 20 5 144 52
Binary 11010101 10010 0 0 1011100 1100100 10000 101 1100100 101010

Color Harmonies of #D51200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51200

Black with #D51200

Text Example


Text Example

White with #D51200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51200; }

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

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

background-color css

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

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

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

border-color css

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

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

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