Html Css Color HEX #D90C0A Free Speech Red

📋 copy color: '#D90C0A'

red 217 ◦ green 12 ◦ blue 10

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

Shades of Free Speech Red #D90C0A

Tints of Free Speech Red #D90C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

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

R = 90.79%
G = 5.02%
B = 4.18%

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

#D90C0A (or 0xD90C0A) is known color: Free Speech Red. HEX triplet: D9, 0C and 0A. RGB value is (217,12,10). Sum of RGB (Red+Green+Blue) = 217+12+10=239 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.79% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90C0A is #26F3F5. Grayscale: #494949. Windows color (decimal): -2552822 or 658649. OLE color: 658649.

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

Color convert

RGB 217 12 10 -
CMYK 0 0.94 0.95 0.15
HSL 0.58º 0.91% 0.45% -
HSV(B) 0.58º 0.95% 0.85% -
XYZ 28.8 15.04 1.67 -
YUV 73.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 217 12 10 0 0.94 0.95 0.15 0.58 0.91 0.45
Hex D9 C A 0 5E 5F F 1 5B 2D
Octal 331 14 12 0 136 137 17 1 133 55
Binary 11011001 1100 1010 0 1011110 1011111 1111 1 1011011 101101

Color Harmonies of #D90C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C0A

Black with #D90C0A

Text Example


Text Example

White with #D90C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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