Html Css Color HEX #D60907 Free Speech Red

📋 copy color: '#D60907'

red 214 ◦ green 9 ◦ blue 7

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

Shades of Free Speech Red #D60907

Tints of Free Speech Red #D60907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

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

R = 93.04%
G = 3.91%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D60907 (or 0xD60907) is known color: Free Speech Red. HEX triplet: D6, 09 and 07. RGB value is (214,9,7). Sum of RGB (Red+Green+Blue) = 214+9+7=230 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.04% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 214 - color contains mainly: red. Hex color #D60907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60907 is #29F6F8. Grayscale: #464646. Windows color (decimal): -2750201 or 461270. OLE color: 461270.

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

Color convert

RGB 214 9 7 -
CMYK 0 0.96 0.97 0.16
HSL 0.58º 0.94% 0.43% -
HSV(B) 0.58º 0.97% 0.84% -
XYZ 27.87 14.51 1.53 -
YUV 70.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 214 9 7 0 0.96 0.97 0.16 0.58 0.94 0.43
Hex D6 9 7 0 60 61 10 1 5E 2B
Octal 326 11 7 0 140 141 20 1 136 53
Binary 11010110 1001 111 0 1100000 1100001 10000 1 1011110 101011

Color Harmonies of #D60907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60907

Black with #D60907

Text Example


Text Example

White with #D60907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60907; }

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

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

background-color css

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

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

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

border-color css

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

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

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