Html Css Color HEX #D60F0A Free Speech Red

📋 copy color: '#D60F0A'

red 214 ◦ green 15 ◦ blue 10

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

Shades of Free Speech Red #D60F0A

Tints of Free Speech Red #D60F0A

RGB

 RED value IS 214 (83.98% from 255) = 89.54%

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

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

R = 89.54%
G = 6.28%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D60F0A (or 0xD60F0A) is known color: Free Speech Red. HEX triplet: D6, 0F and 0A. RGB value is (214,15,10). Sum of RGB (Red+Green+Blue) = 214+15+10=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60F0A is #29F0F5. Grayscale: #4A4A4A. Windows color (decimal): -2748662 or 659414. OLE color: 659414.

HSL color Cylindrical-coordinate representation of color #D60F0A: hue angle of 1.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60F0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 10 -
CMYK 0 0.93 0.95 0.16
HSL 1.47º 0.91% 0.44% -
HSV(B) 1.47º 0.95% 0.84% -
XYZ 27.96 14.66 1.64 -
YUV 73.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 214 15 10 0 0.93 0.95 0.16 1.47 0.91 0.44
Hex D6 F A 0 5D 5F 10 1 5B 2C
Octal 326 17 12 0 135 137 20 1 133 54
Binary 11010110 1111 1010 0 1011101 1011111 10000 1 1011011 101100

Color Harmonies of #D60F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F0A

Black with #D60F0A

Text Example


Text Example

White with #D60F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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