Html Css Color HEX #D00A09 Free Speech Red

📋 copy color: '#D00A09'

red 208 ◦ green 10 ◦ blue 9

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

Shades of Free Speech Red #D00A09

Tints of Free Speech Red #D00A09

RGB

 RED value IS 208 (81.64% from 255) = 91.63%

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

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

R = 91.63%
G = 4.41%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D00A09 (or 0xD00A09) is known color: Free Speech Red. HEX triplet: D0, 0A and 09. RGB value is (208,10,9). Sum of RGB (Red+Green+Blue) = 208+10+9=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A09 is #2FF5F6. Grayscale: #454545. Windows color (decimal): -3143159 or 592592. OLE color: 592592.

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

Color convert

RGB 208 10 9 -
CMYK 0 0.95 0.96 0.18
HSL 0.3º 0.92% 0.43% -
HSV(B) 0.3º 0.96% 0.82% -
XYZ 26.17 13.65 1.51 -
YUV 69.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 208 10 9 0 0.95 0.96 0.18 0.3 0.92 0.43
Hex D0 A 9 0 5F 60 12 0 5C 2B
Octal 320 12 11 0 137 140 22 0 134 53
Binary 11010000 1010 1001 0 1011111 1100000 10010 0 1011100 101011

Color Harmonies of #D00A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A09

Black with #D00A09

Text Example


Text Example

White with #D00A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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