Html Css Color HEX #D90E09 Free Speech Red

📋 copy color: '#D90E09'

red 217 ◦ green 14 ◦ blue 9

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

Shades of Free Speech Red #D90E09

Tints of Free Speech Red #D90E09

RGB

 RED value IS 217 (85.16% from 255) = 90.42%

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 90.42%
G = 5.83%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D90E09 (or 0xD90E09) is known color: Free Speech Red. HEX triplet: D9, 0E and 09. RGB value is (217,14,9). Sum of RGB (Red+Green+Blue) = 217+14+9=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E09 is #26F1F6. Grayscale: #4A4A4A. Windows color (decimal): -2552311 or 593625. OLE color: 593625.

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

Color convert

RGB 217 14 9 -
CMYK 0 0.94 0.96 0.15
HSL 1.44º 0.92% 0.44% -
HSV(B) 1.44º 0.96% 0.85% -
XYZ 28.82 15.09 1.65 -
YUV 74.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 217 14 9 0 0.94 0.96 0.15 1.44 0.92 0.44
Hex D9 E 9 0 5E 60 F 1 5C 2C
Octal 331 16 11 0 136 140 17 1 134 54
Binary 11011001 1110 1001 0 1011110 1100000 1111 1 1011100 101100

Color Harmonies of #D90E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E09

Black with #D90E09

Text Example


Text Example

White with #D90E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E09; }

 p { color: rgb(217,14,9); }

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

background-color css

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

 a { background-color: rgb(217,14,9); }

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

border-color css

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

 span { border-color: rgb(217,14,9); }

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