Html Css Color HEX #D50403 Free Speech Red

📋 copy color: '#D50403'

red 213 ◦ green 4 ◦ blue 3

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

Shades of Free Speech Red #D50403

Tints of Free Speech Red #D50403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 96.82%
G = 1.82%
B = 1.36%

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

#D50403 (or 0xD50403) is known color: Free Speech Red. HEX triplet: D5, 04 and 03. RGB value is (213,4,3). Sum of RGB (Red+Green+Blue) = 213+4+3=220 (29% of max value = 765). Red value is 213 (83.59% from 255 or 96.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 213 - color contains mainly: red. Hex color #D50403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50403 is #2AFBFC. Grayscale: #424242. Windows color (decimal): -2817021 or 197845. OLE color: 197845.

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

Color convert

RGB 213 4 3 -
CMYK 0 0.98 0.99 0.16
HSL 0.29º 0.97% 0.42% -
HSV(B) 0.29º 0.99% 0.84% -
XYZ 27.5 14.24 1.39 -
YUV 66.38 92.24 232.58 -
System Red Green Blue C M Y K H S L
Decimal 213 4 3 0 0.98 0.99 0.16 0.29 0.97 0.42
Hex D5 4 3 0 62 63 10 0 61 2A
Octal 325 4 3 0 142 143 20 0 141 52
Binary 11010101 100 11 0 1100010 1100011 10000 0 1100001 101010

Color Harmonies of #D50403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50403

Black with #D50403

Text Example


Text Example

White with #D50403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50403; }

 p { color: rgb(213,4,3); }

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

background-color css

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

 a { background-color: rgb(213,4,3); }

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

border-color css

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

 span { border-color: rgb(213,4,3); }

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