Html Css Color HEX #D60A07 Free Speech Red

📋 copy color: '#D60A07'

red 214 ◦ green 10 ◦ blue 7

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

Shades of Free Speech Red #D60A07

Tints of Free Speech Red #D60A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.33%

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 92.64%
G = 4.33%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D60A07 (or 0xD60A07) is known color: Free Speech Red. HEX triplet: D6, 0A and 07. RGB value is (214,10,7). Sum of RGB (Red+Green+Blue) = 214+10+7=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60A07 is #29F5F8. Grayscale: #464646. Windows color (decimal): -2749945 or 461526. OLE color: 461526.

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

Color convert

RGB 214 10 7 -
CMYK 0 0.95 0.97 0.16
HSL 0.87º 0.94% 0.43% -
HSV(B) 0.87º 0.97% 0.84% -
XYZ 27.88 14.53 1.54 -
YUV 70.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 214 10 7 0 0.95 0.97 0.16 0.87 0.94 0.43
Hex D6 A 7 0 5F 61 10 1 5E 2B
Octal 326 12 7 0 137 141 20 1 136 53
Binary 11010110 1010 111 0 1011111 1100001 10000 1 1011110 101011

Color Harmonies of #D60A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A07

Black with #D60A07

Text Example


Text Example

White with #D60A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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