Html Css Color HEX #D20300 Free Speech Red

📋 copy color: '#D20300'

red 210 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #D20300

Tints of Free Speech Red #D20300

RGB

 RED value IS 210 (82.42% from 255) = 98.59%

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.59%
G = 1.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D20300 (or 0xD20300) is known color: Free Speech Red. HEX triplet: D2, 03 and 00. RGB value is (210,3,0). Sum of RGB (Red+Green+Blue) = 210+3+0=213 (28% of max value = 765). Red value is 210 (82.42% from 255 or 98.59% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 210 - color contains mainly: red. Hex color #D20300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20300 is #2DFCFF. Grayscale: #404040. Windows color (decimal): -3013888 or 978. OLE color: 978.

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

Color convert

RGB 210 3 0 -
CMYK 0 0.99 1 0.18
HSL 0.86º 1% 0.41% -
HSV(B) 0.86º 1% 0.82% -
XYZ 26.61 13.77 1.25 -
YUV 64.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 210 3 0 0 0.99 1 0.18 0.86 1 0.41
Hex D2 3 0 0 63 64 12 1 64 29
Octal 322 3 0 0 143 144 22 1 144 51
Binary 11010010 11 0 0 1100011 1100100 10010 1 1100100 101001

Color Harmonies of #D20300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20300

Black with #D20300

Text Example


Text Example

White with #D20300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20300; }

 p { color: rgb(210,3,0); }

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

background-color css

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

 a { background-color: rgb(210,3,0); }

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

border-color css

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

 span { border-color: rgb(210,3,0); }

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