Html Css Color HEX #D30500 Free Speech Red

📋 copy color: '#D30500'

red 211 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #D30500

Tints of Free Speech Red #D30500

RGB

 RED value IS 211 (82.81% from 255) = 97.69%

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

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

R = 97.69%
G = 2.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D30500 (or 0xD30500) is known color: Free Speech Red. HEX triplet: D3, 05 and 00. RGB value is (211,5,0). Sum of RGB (Red+Green+Blue) = 211+5+0=216 (28% of max value = 765). Red value is 211 (82.81% from 255 or 97.69% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 211 - color contains mainly: red. Hex color #D30500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30500 is #2CFAFF. Grayscale: #424242. Windows color (decimal): -2947840 or 1491. OLE color: 1491.

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

Color convert

RGB 211 5 0 -
CMYK 0 0.98 1 0.17
HSL 1.42º 1% 0.41% -
HSV(B) 1.42º 1% 0.83% -
XYZ 26.92 13.96 1.28 -
YUV 66.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 211 5 0 0 0.98 1 0.17 1.42 1 0.41
Hex D3 5 0 0 62 64 11 1 64 29
Octal 323 5 0 0 142 144 21 1 144 51
Binary 11010011 101 0 0 1100010 1100100 10001 1 1100100 101001

Color Harmonies of #D30500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30500

Black with #D30500

Text Example


Text Example

White with #D30500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30500; }

 p { color: rgb(211,5,0); }

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

background-color css

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

 a { background-color: rgb(211,5,0); }

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

border-color css

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

 span { border-color: rgb(211,5,0); }

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