Html Css Color HEX #D60706 Free Speech Red

📋 copy color: '#D60706'

red 214 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #D60706

Tints of Free Speech Red #D60706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 94.27%
G = 3.08%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D60706 (or 0xD60706) is known color: Free Speech Red. HEX triplet: D6, 07 and 06. RGB value is (214,7,6). Sum of RGB (Red+Green+Blue) = 214+7+6=227 (30% of max value = 765). Red value is 214 (83.98% from 255 or 94.27% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 214 - color contains mainly: red. Hex color #D60706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60706 is #29F8F9. Grayscale: #444444. Windows color (decimal): -2750714 or 395222. OLE color: 395222.

HSL color Cylindrical-coordinate representation of color #D60706: hue angle of 0.29º degrees, saturation: 0.95, 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 #D60706 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 6 -
CMYK 0 0.97 0.97 0.16
HSL 0.29º 0.95% 0.43% -
HSV(B) 0.29º 0.97% 0.84% -
XYZ 27.84 14.46 1.5 -
YUV 68.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 214 7 6 0 0.97 0.97 0.16 0.29 0.95 0.43
Hex D6 7 6 0 61 61 10 0 5F 2B
Octal 326 7 6 0 141 141 20 0 137 53
Binary 11010110 111 110 0 1100001 1100001 10000 0 1011111 101011

Color Harmonies of #D60706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60706

Black with #D60706

Text Example


Text Example

White with #D60706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60706; }

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

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

background-color css

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

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

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

border-color css

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

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

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