Html Css Color HEX #D30900 Free Speech Red

📋 copy color: '#D30900'

red 211 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #D30900

Tints of Free Speech Red #D30900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 95.91%
G = 4.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D30900 (or 0xD30900) is known color: Free Speech Red. HEX triplet: D3, 09 and 00. RGB value is (211,9,0). Sum of RGB (Red+Green+Blue) = 211+9+0=220 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 211 - color contains mainly: red. Hex color #D30900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30900 is #2CF6FF. Grayscale: #444444. Windows color (decimal): -2946816 or 2515. OLE color: 2515.

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

Color convert

RGB 211 9 0 -
CMYK 0 0.96 1 0.17
HSL 2.56º 1% 0.41% -
HSV(B) 2.56º 1% 0.83% -
XYZ 26.96 14.04 1.29 -
YUV 68.37 89.42 229.73 -
System Red Green Blue C M Y K H S L
Decimal 211 9 0 0 0.96 1 0.17 2.56 1 0.41
Hex D3 9 0 0 60 64 11 3 64 29
Octal 323 11 0 0 140 144 21 3 144 51
Binary 11010011 1001 0 0 1100000 1100100 10001 11 1100100 101001

Color Harmonies of #D30900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30900

Black with #D30900

Text Example


Text Example

White with #D30900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30900; }

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

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

background-color css

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

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

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

border-color css

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

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

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