Html Css Color HEX #C61208 Free Speech Red

📋 copy color: '#C61208'

red 198 ◦ green 18 ◦ blue 8

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

Shades of Free Speech Red #C61208

Tints of Free Speech Red #C61208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 88.39%
G = 8.04%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C61208 (or 0xC61208) is known color: Free Speech Red. HEX triplet: C6, 12 and 08. RGB value is (198,18,8). Sum of RGB (Red+Green+Blue) = 198+18+8=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61208 is #39EDF7. Grayscale: #464646. Windows color (decimal): -3796472 or 529094. OLE color: 529094.

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

Color convert

RGB 198 18 8 -
CMYK 0 0.91 0.96 0.22
HSL 3.16º 0.92% 0.4% -
HSV(B) 3.16º 0.96% 0.78% -
XYZ 23.55 12.46 1.39 -
YUV 70.68 92.63 218.81 -
System Red Green Blue C M Y K H S L
Decimal 198 18 8 0 0.91 0.96 0.22 3.16 0.92 0.4
Hex C6 12 8 0 5B 60 16 3 5C 28
Octal 306 22 10 0 133 140 26 3 134 50
Binary 11000110 10010 1000 0 1011011 1100000 10110 11 1011100 101000

Color Harmonies of #C61208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61208

Black with #C61208

Text Example


Text Example

White with #C61208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61208; }

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

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

background-color css

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

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

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

border-color css

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

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

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