Html Css Color HEX #D50D00 Free Speech Red

📋 copy color: '#D50D00'

red 213 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #D50D00

Tints of Free Speech Red #D50D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.75%

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

R = 94.25%
G = 5.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D50D00 (or 0xD50D00) is known color: Free Speech Red. HEX triplet: D5, 0D and 00. RGB value is (213,13,0). Sum of RGB (Red+Green+Blue) = 213+13+0=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D00 is #2AF2FF. Grayscale: #474747. Windows color (decimal): -2814720 or 3541. OLE color: 3541.

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

Color convert

RGB 213 13 0 -
CMYK 0 0.94 1 0.16
HSL 3.66º 1% 0.42% -
HSV(B) 3.66º 1% 0.84% -
XYZ 27.58 14.43 1.33 -
YUV 71.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 213 13 0 0 0.94 1 0.16 3.66 1 0.42
Hex D5 D 0 0 5E 64 10 4 64 2A
Octal 325 15 0 0 136 144 20 4 144 52
Binary 11010101 1101 0 0 1011110 1100100 10000 100 1100100 101010

Color Harmonies of #D50D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D00

Black with #D50D00

Text Example


Text Example

White with #D50D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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