Html Css Color HEX #D30100 Free Speech Red

📋 copy color: '#D30100'

red 211 ◦ green 1 ◦ blue 0

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

Shades of Free Speech Red #D30100

Tints of Free Speech Red #D30100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 99.53%
G = 0.47%
B = 0%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D30100 (or 0xD30100) is known color: Free Speech Red. HEX triplet: D3, 01 and 00. RGB value is (211,1,0). Sum of RGB (Red+Green+Blue) = 211+1+0=212 (28% of max value = 765). Red value is 211 (82.81% from 255 or 99.53% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 211 - color contains mainly: red. Hex color #D30100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30100 is #2CFEFF. Grayscale: #3F3F3F. Windows color (decimal): -2948864 or 467. OLE color: 467.

HSL color Cylindrical-coordinate representation of color #D30100: hue angle of 0.28º 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 #D30100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 0 -
CMYK 0 1.00 1 0.17
HSL 0.28º 1% 0.41% -
HSV(B) 0.28º 1% 0.83% -
XYZ 26.87 13.87 1.26 -
YUV 63.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 211 1 0 0 1.00 1 0.17 0.28 1 0.41
Hex D3 1 0 0 64 64 11 0 64 29
Octal 323 1 0 0 144 144 21 0 144 51
Binary 11010011 1 0 0 1100100 1100100 10001 0 1100100 101001

Color Harmonies of #D30100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30100

Black with #D30100

Text Example


Text Example

White with #D30100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30100; }

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

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

background-color css

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

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

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

border-color css

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

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

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