Html Css Color HEX #D81309 Free Speech Red

📋 copy color: '#D81309'

red 216 ◦ green 19 ◦ blue 9

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

Shades of Free Speech Red #D81309

Tints of Free Speech Red #D81309

RGB

 RED value IS 216 (84.77% from 255) = 88.52%

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 88.52%
G = 7.79%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D81309 (or 0xD81309) is known color: Free Speech Red. HEX triplet: D8, 13 and 09. RGB value is (216,19,9). Sum of RGB (Red+Green+Blue) = 216+19+9=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D81309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81309 is #27ECF6. Grayscale: #4C4C4C. Windows color (decimal): -2616567 or 594904. OLE color: 594904.

HSL color Cylindrical-coordinate representation of color #D81309: hue angle of 2.9º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D81309 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 9 -
CMYK 0 0.91 0.96 0.15
HSL 2.9º 0.92% 0.44% -
HSV(B) 2.9º 0.96% 0.85% -
XYZ 28.6 15.08 1.66 -
YUV 76.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 216 19 9 0 0.91 0.96 0.15 2.9 0.92 0.44
Hex D8 13 9 0 5B 60 F 3 5C 2C
Octal 330 23 11 0 133 140 17 3 134 54
Binary 11011000 10011 1001 0 1011011 1100000 1111 11 1011100 101100

Color Harmonies of #D81309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81309

Black with #D81309

Text Example


Text Example

White with #D81309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81309; }

 p { color: rgb(216,19,9); }

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

background-color css

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

 a { background-color: rgb(216,19,9); }

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

border-color css

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

 span { border-color: rgb(216,19,9); }

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