Html Css Color HEX #C60B0B Free Speech Red

📋 copy color: '#C60B0B'

red 198 ◦ green 11 ◦ blue 11

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

Shades of Free Speech Red #C60B0B

Tints of Free Speech Red #C60B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 11 (4.69% from 255) = 5%

R = 90%
G = 5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C60B0B (or 0xC60B0B) is known color: Free Speech Red. HEX triplet: C6, 0B and 0B. RGB value is (198,11,11). Sum of RGB (Red+Green+Blue) = 198+11+11=220 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B0B is #39F4F4. Grayscale: #434343. Windows color (decimal): -3798261 or 723910. OLE color: 723910.

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

Color convert

RGB 198 11 11 -
CMYK 0 0.94 0.94 0.22
HSL 0.89% 0.41% -
HSV(B) 0.94% 0.78% -
XYZ 23.47 12.27 1.45 -
YUV 66.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 198 11 11 0 0.94 0.94 0.22 0 0.89 0.41
Hex C6 B B 0 5E 5E 16 0 59 29
Octal 306 13 13 0 136 136 26 0 131 51
Binary 11000110 1011 1011 0 1011110 1011110 10110 0 1011001 101001

Color Harmonies of #C60B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60B0B

Black with #C60B0B

Text Example


Text Example

White with #C60B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60B0B; }

 p { color: rgb(198,11,11); }

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

background-color css

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

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

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

border-color css

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

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

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