Html Css Color HEX #C61200 Free Speech Red

📋 copy color: '#C61200'

red 198 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #C61200

Tints of Free Speech Red #C61200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.67%
G = 8.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C61200 (or 0xC61200) is known color: Free Speech Red. HEX triplet: C6, 12 and 00. RGB value is (198,18,0). Sum of RGB (Red+Green+Blue) = 198+18+0=216 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.67% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 198 - color contains mainly: red. Hex color #C61200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61200 is #39EDFF. Grayscale: #464646. Windows color (decimal): -3796480 or 4806. OLE color: 4806.

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

Color convert

RGB 198 18 0 -
CMYK 0 0.91 1 0.22
HSL 5.45º 1% 0.39% -
HSV(B) 5.45º 1% 0.78% -
XYZ 23.51 12.44 1.16 -
YUV 69.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 198 18 0 0 0.91 1 0.22 5.45 1 0.39
Hex C6 12 0 0 5B 64 16 5 64 27
Octal 306 22 0 0 133 144 26 5 144 47
Binary 11000110 10010 0 0 1011011 1100100 10110 101 1100100 100111

Color Harmonies of #C61200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61200

Black with #C61200

Text Example


Text Example

White with #C61200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61200; }

 p { color: rgb(198,18,0); }

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

background-color css

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

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

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

border-color css

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

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

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