Html Css Color HEX #D80300 Free Speech Red

📋 copy color: '#D80300'

red 216 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #D80300

Tints of Free Speech Red #D80300

RGB

 RED value IS 216 (84.77% from 255) = 98.63%

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

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

R = 98.63%
G = 1.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80300 (or 0xD80300) is known color: Free Speech Red. HEX triplet: D8, 03 and 00. RGB value is (216,3,0). Sum of RGB (Red+Green+Blue) = 216+3+0=219 (29% of max value = 765). Red value is 216 (84.77% from 255 or 98.63% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 216 - color contains mainly: red. Hex color #D80300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80300 is #27FCFF. Grayscale: #424242. Windows color (decimal): -2620672 or 984. OLE color: 984.

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

Color convert

RGB 216 3 0 -
CMYK 0 0.99 1 0.15
HSL 0.83º 1% 0.42% -
HSV(B) 0.83º 1% 0.85% -
XYZ 28.35 14.66 1.34 -
YUV 66.35 90.57 234.74 -
System Red Green Blue C M Y K H S L
Decimal 216 3 0 0 0.99 1 0.15 0.83 1 0.42
Hex D8 3 0 0 63 64 F 1 64 2A
Octal 330 3 0 0 143 144 17 1 144 52
Binary 11011000 11 0 0 1100011 1100100 1111 1 1100100 101010

Color Harmonies of #D80300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80300

Black with #D80300

Text Example


Text Example

White with #D80300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80300; }

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

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

background-color css

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

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

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

border-color css

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

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

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