Html Css Color HEX #D51300 Free Speech Red

📋 copy color: '#D51300'

red 213 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #D51300

Tints of Free Speech Red #D51300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

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

R = 91.81%
G = 8.19%
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

#D51300 (or 0xD51300) is known color: Free Speech Red. HEX triplet: D5, 13 and 00. RGB value is (213,19,0). Sum of RGB (Red+Green+Blue) = 213+19+0=232 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.81% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 213 - color contains mainly: red. Hex color #D51300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51300 is #2AECFF. Grayscale: #4B4B4B. Windows color (decimal): -2813184 or 5077. OLE color: 5077.

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

Color convert

RGB 213 19 0 -
CMYK 0 0.91 1 0.16
HSL 5.35º 1% 0.42% -
HSV(B) 5.35º 1% 0.84% -
XYZ 27.67 14.61 1.36 -
YUV 74.84 85.77 226.54 -
System Red Green Blue C M Y K H S L
Decimal 213 19 0 0 0.91 1 0.16 5.35 1 0.42
Hex D5 13 0 0 5B 64 10 5 64 2A
Octal 325 23 0 0 133 144 20 5 144 52
Binary 11010101 10011 0 0 1011011 1100100 10000 101 1100100 101010

Color Harmonies of #D51300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51300

Black with #D51300

Text Example


Text Example

White with #D51300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51300; }

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

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

background-color css

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

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

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

border-color css

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

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

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