Html Css Color HEX #D50A08 Free Speech Red

📋 copy color: '#D50A08'

red 213 ◦ green 10 ◦ blue 8

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

Shades of Free Speech Red #D50A08

Tints of Free Speech Red #D50A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 92.21%
G = 4.33%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D50A08 (or 0xD50A08) is known color: Free Speech Red. HEX triplet: D5, 0A and 08. RGB value is (213,10,8). Sum of RGB (Red+Green+Blue) = 213+10+8=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50A08 is #2AF5F7. Grayscale: #464646. Windows color (decimal): -2815480 or 527061. OLE color: 527061.

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

Color convert

RGB 213 10 8 -
CMYK 0 0.95 0.96 0.16
HSL 0.59º 0.93% 0.43% -
HSV(B) 0.59º 0.96% 0.84% -
XYZ 27.59 14.38 1.55 -
YUV 70.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 213 10 8 0 0.95 0.96 0.16 0.59 0.93 0.43
Hex D5 A 8 0 5F 60 10 1 5D 2B
Octal 325 12 10 0 137 140 20 1 135 53
Binary 11010101 1010 1000 0 1011111 1100000 10000 1 1011101 101011

Color Harmonies of #D50A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A08

Black with #D50A08

Text Example


Text Example

White with #D50A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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