Html Css Color HEX #D90E06 Free Speech Red

📋 copy color: '#D90E06'

red 217 ◦ green 14 ◦ blue 6

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

Shades of Free Speech Red #D90E06

Tints of Free Speech Red #D90E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 91.56%
G = 5.91%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D90E06 (or 0xD90E06) is known color: Free Speech Red. HEX triplet: D9, 0E and 06. RGB value is (217,14,6). Sum of RGB (Red+Green+Blue) = 217+14+6=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E06 is #26F1F9. Grayscale: #4A4A4A. Windows color (decimal): -2552314 or 397017. OLE color: 397017.

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

Color convert

RGB 217 14 6 -
CMYK 0 0.94 0.97 0.15
HSL 2.27º 0.95% 0.44% -
HSV(B) 2.27º 0.97% 0.85% -
XYZ 28.81 15.08 1.56 -
YUV 73.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 217 14 6 0 0.94 0.97 0.15 2.27 0.95 0.44
Hex D9 E 6 0 5E 61 F 2 5F 2C
Octal 331 16 6 0 136 141 17 2 137 54
Binary 11011001 1110 110 0 1011110 1100001 1111 10 1011111 101100

Color Harmonies of #D90E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E06

Black with #D90E06

Text Example


Text Example

White with #D90E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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