Html Css Color HEX #D90F0A Free Speech Red

📋 copy color: '#D90F0A'

red 217 ◦ green 15 ◦ blue 10

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

Shades of Free Speech Red #D90F0A

Tints of Free Speech Red #D90F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

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

R = 89.67%
G = 6.2%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D90F0A (or 0xD90F0A) is known color: Free Speech Red. HEX triplet: D9, 0F and 0A. RGB value is (217,15,10). Sum of RGB (Red+Green+Blue) = 217+15+10=242 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.67% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90F0A is #26F0F5. Grayscale: #4B4B4B. Windows color (decimal): -2552054 or 659417. OLE color: 659417.

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

Color convert

RGB 217 15 10 -
CMYK 0 0.93 0.95 0.15
HSL 1.45º 0.91% 0.45% -
HSV(B) 1.45º 0.95% 0.85% -
XYZ 28.84 15.12 1.68 -
YUV 74.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 217 15 10 0 0.93 0.95 0.15 1.45 0.91 0.45
Hex D9 F A 0 5D 5F F 1 5B 2D
Octal 331 17 12 0 135 137 17 1 133 55
Binary 11011001 1111 1010 0 1011101 1011111 1111 1 1011011 101101

Color Harmonies of #D90F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90F0A

Black with #D90F0A

Text Example


Text Example

White with #D90F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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