Html Css Color HEX #D90400 Free Speech Red

📋 copy color: '#D90400'

red 217 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #D90400

Tints of Free Speech Red #D90400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.19%
G = 1.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D90400 (or 0xD90400) is known color: Free Speech Red. HEX triplet: D9, 04 and 00. RGB value is (217,4,0). Sum of RGB (Red+Green+Blue) = 217+4+0=221 (29% of max value = 765). Red value is 217 (85.16% from 255 or 98.19% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 217 - color contains mainly: red. Hex color #D90400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90400 is #26FBFF. Grayscale: #434343. Windows color (decimal): -2554880 or 1241. OLE color: 1241.

HSL color Cylindrical-coordinate representation of color #D90400: hue angle of 1.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 0 -
CMYK 0 0.98 1 0.15
HSL 1.11º 1% 0.43% -
HSV(B) 1.11º 1% 0.85% -
XYZ 28.66 14.84 1.35 -
YUV 67.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 217 4 0 0 0.98 1 0.15 1.11 1 0.43
Hex D9 4 0 0 62 64 F 1 64 2B
Octal 331 4 0 0 142 144 17 1 144 53
Binary 11011001 100 0 0 1100010 1100100 1111 1 1100100 101011

Color Harmonies of #D90400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90400

Black with #D90400

Text Example


Text Example

White with #D90400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90400; }

 p { color: rgb(217,4,0); }

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

background-color css

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

 a { background-color: rgb(217,4,0); }

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

border-color css

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

 span { border-color: rgb(217,4,0); }

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