Html Css Color HEX #C60D09 Free Speech Red

📋 copy color: '#C60D09'

red 198 ◦ green 13 ◦ blue 9

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

Shades of Free Speech Red #C60D09

Tints of Free Speech Red #C60D09

RGB

 RED value IS 198 (77.73% from 255) = 90%

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 90%
G = 5.91%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C60D09 (or 0xC60D09) is known color: Free Speech Red. HEX triplet: C6, 0D and 09. RGB value is (198,13,9). Sum of RGB (Red+Green+Blue) = 198+13+9=220 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60D09 is #39F2F6. Grayscale: #444444. Windows color (decimal): -3797751 or 593350. OLE color: 593350.

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

Color convert

RGB 198 13 9 -
CMYK 0 0.93 0.95 0.22
HSL 1.27º 0.91% 0.41% -
HSV(B) 1.27º 0.95% 0.78% -
XYZ 23.48 12.31 1.4 -
YUV 67.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 198 13 9 0 0.93 0.95 0.22 1.27 0.91 0.41
Hex C6 D 9 0 5D 5F 16 1 5B 29
Octal 306 15 11 0 135 137 26 1 133 51
Binary 11000110 1101 1001 0 1011101 1011111 10110 1 1011011 101001

Color Harmonies of #C60D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D09

Black with #C60D09

Text Example


Text Example

White with #C60D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D09; }

 p { color: rgb(198,13,9); }

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

background-color css

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

 a { background-color: rgb(198,13,9); }

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

border-color css

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

 span { border-color: rgb(198,13,9); }

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