Html Css Color HEX #D50F09 Free Speech Red

📋 copy color: '#D50F09'

red 213 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #D50F09

Tints of Free Speech Red #D50F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 89.87%
G = 6.33%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D50F09 (or 0xD50F09) is known color: Free Speech Red. HEX triplet: D5, 0F and 09. RGB value is (213,15,9). Sum of RGB (Red+Green+Blue) = 213+15+9=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F09 is #2AF0F6. Grayscale: #494949. Windows color (decimal): -2814199 or 593877. OLE color: 593877.

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

Color convert

RGB 213 15 9 -
CMYK 0 0.93 0.96 0.16
HSL 1.76º 0.92% 0.44% -
HSV(B) 1.76º 0.96% 0.84% -
XYZ 27.66 14.51 1.6 -
YUV 73.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 213 15 9 0 0.93 0.96 0.16 1.76 0.92 0.44
Hex D5 F 9 0 5D 60 10 2 5C 2C
Octal 325 17 11 0 135 140 20 2 134 54
Binary 11010101 1111 1001 0 1011101 1100000 10000 10 1011100 101100

Color Harmonies of #D50F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F09

Black with #D50F09

Text Example


Text Example

White with #D50F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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