Html Css Color HEX #D50502 Free Speech Red

📋 copy color: '#D50502'

red 213 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #D50502

Tints of Free Speech Red #D50502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 96.82%
G = 2.27%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D50502 (or 0xD50502) is known color: Free Speech Red. HEX triplet: D5, 05 and 02. RGB value is (213,5,2). Sum of RGB (Red+Green+Blue) = 213+5+2=220 (29% of max value = 765). Red value is 213 (83.59% from 255 or 96.82% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 213 - color contains mainly: red. Hex color #D50502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50502 is #2AFAFD. Grayscale: #434343. Windows color (decimal): -2816766 or 132565. OLE color: 132565.

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

Color convert

RGB 213 5 2 -
CMYK 0 0.98 0.99 0.16
HSL 0.85º 0.98% 0.42% -
HSV(B) 0.85º 0.99% 0.84% -
XYZ 27.51 14.26 1.36 -
YUV 66.85 91.41 232.24 -
System Red Green Blue C M Y K H S L
Decimal 213 5 2 0 0.98 0.99 0.16 0.85 0.98 0.42
Hex D5 5 2 0 62 63 10 1 62 2A
Octal 325 5 2 0 142 143 20 1 142 52
Binary 11010101 101 10 0 1100010 1100011 10000 1 1100010 101010

Color Harmonies of #D50502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50502

Black with #D50502

Text Example


Text Example

White with #D50502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50502; }

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

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

background-color css

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

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

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

border-color css

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

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

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