Html Css Color HEX #D50905 Free Speech Red

📋 copy color: '#D50905'

red 213 ◦ green 9 ◦ blue 5

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

Shades of Free Speech Red #D50905

Tints of Free Speech Red #D50905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 93.83%
G = 3.96%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50905 (or 0xD50905) is known color: Free Speech Red. HEX triplet: D5, 09 and 05. RGB value is (213,9,5). Sum of RGB (Red+Green+Blue) = 213+9+5=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D50905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50905 is #2AF6FA. Grayscale: #454545. Windows color (decimal): -2815739 or 330197. OLE color: 330197.

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

Color convert

RGB 213 9 5 -
CMYK 0 0.96 0.98 0.16
HSL 1.15º 0.95% 0.43% -
HSV(B) 1.15º 0.98% 0.84% -
XYZ 27.57 14.35 1.46 -
YUV 69.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 213 9 5 0 0.96 0.98 0.16 1.15 0.95 0.43
Hex D5 9 5 0 60 62 10 1 5F 2B
Octal 325 11 5 0 140 142 20 1 137 53
Binary 11010101 1001 101 0 1100000 1100010 10000 1 1011111 101011

Color Harmonies of #D50905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50905

Black with #D50905

Text Example


Text Example

White with #D50905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50905; }

 p { color: rgb(213,9,5); }

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

background-color css

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

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

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

border-color css

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

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

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