Html Css Color HEX #D50A07 Free Speech Red

📋 copy color: '#D50A07'

red 213 ◦ green 10 ◦ blue 7

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

Shades of Free Speech Red #D50A07

Tints of Free Speech Red #D50A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 92.61%
G = 4.35%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50A07 (or 0xD50A07) is known color: Free Speech Red. HEX triplet: D5, 0A and 07. RGB value is (213,10,7). Sum of RGB (Red+Green+Blue) = 213+10+7=230 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.61% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50A07 is #2AF5F8. Grayscale: #464646. Windows color (decimal): -2815481 or 461525. OLE color: 461525.

HSL color Cylindrical-coordinate representation of color #D50A07: hue angle of 0.87º degrees, saturation: 0.94, 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 #D50A07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 10 7 -
CMYK 0 0.95 0.97 0.16
HSL 0.87º 0.94% 0.43% -
HSV(B) 0.87º 0.97% 0.84% -
XYZ 27.59 14.38 1.52 -
YUV 70.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 213 10 7 0 0.95 0.97 0.16 0.87 0.94 0.43
Hex D5 A 7 0 5F 61 10 1 5E 2B
Octal 325 12 7 0 137 141 20 1 136 53
Binary 11010101 1010 111 0 1011111 1100001 10000 1 1011110 101011

Color Harmonies of #D50A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A07

Black with #D50A07

Text Example


Text Example

White with #D50A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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