Html Css Color HEX #D50D0A Free Speech Red

📋 copy color: '#D50D0A'

red 213 ◦ green 13 ◦ blue 10

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

Shades of Free Speech Red #D50D0A

Tints of Free Speech Red #D50D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 90.25%
G = 5.51%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D50D0A (or 0xD50D0A) is known color: Free Speech Red. HEX triplet: D5, 0D and 0A. RGB value is (213,13,10). Sum of RGB (Red+Green+Blue) = 213+13+10=236 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.25% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D0A is #2AF2F5. Grayscale: #484848. Windows color (decimal): -2814710 or 658901. OLE color: 658901.

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

Color convert

RGB 213 13 10 -
CMYK 0 0.94 0.95 0.16
HSL 0.89º 0.91% 0.44% -
HSV(B) 0.89º 0.95% 0.84% -
XYZ 27.64 14.46 1.62 -
YUV 72.46 92.76 228.24 -
System Red Green Blue C M Y K H S L
Decimal 213 13 10 0 0.94 0.95 0.16 0.89 0.91 0.44
Hex D5 D A 0 5E 5F 10 1 5B 2C
Octal 325 15 12 0 136 137 20 1 133 54
Binary 11010101 1101 1010 0 1011110 1011111 10000 1 1011011 101100

Color Harmonies of #D50D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D0A

Black with #D50D0A

Text Example


Text Example

White with #D50D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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