Html Css Color HEX #D30A09 Free Speech Red

📋 copy color: '#D30A09'

red 211 ◦ green 10 ◦ blue 9

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

Shades of Free Speech Red #D30A09

Tints of Free Speech Red #D30A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 91.74%
G = 4.35%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D30A09 (or 0xD30A09) is known color: Free Speech Red. HEX triplet: D3, 0A and 09. RGB value is (211,10,9). Sum of RGB (Red+Green+Blue) = 211+10+9=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30A09 is #2CF5F6. Grayscale: #464646. Windows color (decimal): -2946551 or 592595. OLE color: 592595.

HSL color Cylindrical-coordinate representation of color #D30A09: hue angle of 0.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30A09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 10 9 -
CMYK 0 0.95 0.96 0.17
HSL 0.3º 0.92% 0.43% -
HSV(B) 0.3º 0.96% 0.83% -
XYZ 27.02 14.09 1.55 -
YUV 69.99 93.59 228.58 -
System Red Green Blue C M Y K H S L
Decimal 211 10 9 0 0.95 0.96 0.17 0.3 0.92 0.43
Hex D3 A 9 0 5F 60 11 0 5C 2B
Octal 323 12 11 0 137 140 21 0 134 53
Binary 11010011 1010 1001 0 1011111 1100000 10001 0 1011100 101011

Color Harmonies of #D30A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30A09

Black with #D30A09

Text Example


Text Example

White with #D30A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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