Html Css Color HEX #D90E0A Free Speech Red

📋 copy color: '#D90E0A'

red 217 ◦ green 14 ◦ blue 10

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

Shades of Free Speech Red #D90E0A

Tints of Free Speech Red #D90E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 90.04%
G = 5.81%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D90E0A (or 0xD90E0A) is known color: Free Speech Red. HEX triplet: D9, 0E and 0A. RGB value is (217,14,10). Sum of RGB (Red+Green+Blue) = 217+14+10=241 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.04% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90E0A is #26F1F5. Grayscale: #4A4A4A. Windows color (decimal): -2552310 or 659161. OLE color: 659161.

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

Color convert

RGB 217 14 10 -
CMYK 0 0.94 0.95 0.15
HSL 1.16º 0.91% 0.45% -
HSV(B) 1.16º 0.95% 0.85% -
XYZ 28.83 15.09 1.68 -
YUV 74.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 217 14 10 0 0.94 0.95 0.15 1.16 0.91 0.45
Hex D9 E A 0 5E 5F F 1 5B 2D
Octal 331 16 12 0 136 137 17 1 133 55
Binary 11011001 1110 1010 0 1011110 1011111 1111 1 1011011 101101

Color Harmonies of #D90E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E0A

Black with #D90E0A

Text Example


Text Example

White with #D90E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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