Html Css Color HEX #D70503 Free Speech Red

📋 copy color: '#D70503'

red 215 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #D70503

Tints of Free Speech Red #D70503

RGB

 RED value IS 215 (84.38% from 255) = 96.41%

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

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

R = 96.41%
G = 2.24%
B = 1.35%

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

#D70503 (or 0xD70503) is known color: Free Speech Red. HEX triplet: D7, 05 and 03. RGB value is (215,5,3). Sum of RGB (Red+Green+Blue) = 215+5+3=223 (29% of max value = 765). Red value is 215 (84.38% from 255 or 96.41% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 215 - color contains mainly: red. Hex color #D70503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70503 is #28FAFC. Grayscale: #434343. Windows color (decimal): -2685693 or 198103. OLE color: 198103.

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

Color convert

RGB 215 5 3 -
CMYK 0 0.98 0.99 0.16
HSL 0.57º 0.97% 0.43% -
HSV(B) 0.57º 0.99% 0.84% -
XYZ 28.1 14.56 1.42 -
YUV 67.56 91.57 233.16 -
System Red Green Blue C M Y K H S L
Decimal 215 5 3 0 0.98 0.99 0.16 0.57 0.97 0.43
Hex D7 5 3 0 62 63 10 1 61 2B
Octal 327 5 3 0 142 143 20 1 141 53
Binary 11010111 101 11 0 1100010 1100011 10000 1 1100001 101011

Color Harmonies of #D70503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70503

Black with #D70503

Text Example


Text Example

White with #D70503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70503; }

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

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

background-color css

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

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

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

border-color css

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

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

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