Html Css Color HEX #D50F06 Free Speech Red

📋 copy color: '#D50F06'

red 213 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #D50F06

Tints of Free Speech Red #D50F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 91.03%
G = 6.41%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50F06 (or 0xD50F06) is known color: Free Speech Red. HEX triplet: D5, 0F and 06. RGB value is (213,15,6). Sum of RGB (Red+Green+Blue) = 213+15+6=234 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.03% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50F06 is #2AF0F9. Grayscale: #494949. Windows color (decimal): -2814202 or 397269. OLE color: 397269.

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

Color convert

RGB 213 15 6 -
CMYK 0 0.93 0.97 0.16
HSL 2.61º 0.95% 0.43% -
HSV(B) 2.61º 0.97% 0.84% -
XYZ 27.64 14.5 1.51 -
YUV 73.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 213 15 6 0 0.93 0.97 0.16 2.61 0.95 0.43
Hex D5 F 6 0 5D 61 10 3 5F 2B
Octal 325 17 6 0 135 141 20 3 137 53
Binary 11010101 1111 110 0 1011101 1100001 10000 11 1011111 101011

Color Harmonies of #D50F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F06

Black with #D50F06

Text Example


Text Example

White with #D50F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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