Html Css Color HEX #D50D0D Free Speech Red

📋 copy color: '#D50D0D'

red 213 ◦ green 13 ◦ blue 13

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

Shades of Free Speech Red #D50D0D

Tints of Free Speech Red #D50D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 89.12%
G = 5.44%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D50D0D (or 0xD50D0D) is known color: Free Speech Red. HEX triplet: D5, 0D and 0D. RGB value is (213,13,13). Sum of RGB (Red+Green+Blue) = 213+13+13=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D0D is #2AF2F2. Grayscale: #494949. Windows color (decimal): -2814707 or 855509. OLE color: 855509.

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

Color convert

RGB 213 13 13 -
CMYK 0 0.94 0.94 0.16
HSL 0.88% 0.44% -
HSV(B) 0.94% 0.84% -
XYZ 27.66 14.46 1.71 -
YUV 72.8 94.26 228 -
System Red Green Blue C M Y K H S L
Decimal 213 13 13 0 0.94 0.94 0.16 0 0.88 0.44
Hex D5 D D 0 5E 5E 10 0 58 2C
Octal 325 15 15 0 136 136 20 0 130 54
Binary 11010101 1101 1101 0 1011110 1011110 10000 0 1011000 101100

Color Harmonies of #D50D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D0D

Black with #D50D0D

Text Example


Text Example

White with #D50D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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