Html Css Color HEX #D00503 Free Speech Red

📋 copy color: '#D00503'

red 208 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #D00503

Tints of Free Speech Red #D00503

RGB

 RED value IS 208 (81.64% from 255) = 96.3%

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

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

R = 96.3%
G = 2.31%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00503 (or 0xD00503) is known color: Free Speech Red. HEX triplet: D0, 05 and 03. RGB value is (208,5,3). Sum of RGB (Red+Green+Blue) = 208+5+3=216 (28% of max value = 765). Red value is 208 (81.64% from 255 or 96.30% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 208 - color contains mainly: red. Hex color #D00503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00503 is #2FFAFC. Grayscale: #414141. Windows color (decimal): -3144445 or 198096. OLE color: 198096.

HSL color Cylindrical-coordinate representation of color #D00503: hue angle of 0.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 3 -
CMYK 0 0.98 0.99 0.18
HSL 0.59º 0.97% 0.41% -
HSV(B) 0.59º 0.99% 0.82% -
XYZ 26.08 13.53 1.32 -
YUV 65.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 208 5 3 0 0.98 0.99 0.18 0.59 0.97 0.41
Hex D0 5 3 0 62 63 12 1 61 29
Octal 320 5 3 0 142 143 22 1 141 51
Binary 11010000 101 11 0 1100010 1100011 10010 1 1100001 101001

Color Harmonies of #D00503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00503

Black with #D00503

Text Example


Text Example

White with #D00503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00503; }

 p { color: rgb(208,5,3); }

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

background-color css

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

 a { background-color: rgb(208,5,3); }

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

border-color css

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

 span { border-color: rgb(208,5,3); }

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