Html Css Color HEX #C61605 Free Speech Red

📋 copy color: '#C61605'

red 198 ◦ green 22 ◦ blue 5

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

Shades of Free Speech Red #C61605

Tints of Free Speech Red #C61605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 88%
G = 9.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C61605 (or 0xC61605) is known color: Free Speech Red. HEX triplet: C6, 16 and 05. RGB value is (198,22,5). Sum of RGB (Red+Green+Blue) = 198+22+5=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C61605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61605 is #39E9FA. Grayscale: #484848. Windows color (decimal): -3795451 or 333510. OLE color: 333510.

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

Color convert

RGB 198 22 5 -
CMYK 0 0.89 0.97 0.22
HSL 5.28º 0.95% 0.4% -
HSV(B) 5.28º 0.97% 0.78% -
XYZ 23.6 12.59 1.33 -
YUV 72.69 89.81 217.38 -
System Red Green Blue C M Y K H S L
Decimal 198 22 5 0 0.89 0.97 0.22 5.28 0.95 0.4
Hex C6 16 5 0 59 61 16 5 5F 28
Octal 306 26 5 0 131 141 26 5 137 50
Binary 11000110 10110 101 0 1011001 1100001 10110 101 1011111 101000

Color Harmonies of #C61605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61605

Black with #C61605

Text Example


Text Example

White with #C61605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61605; }

 p { color: rgb(198,22,5); }

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

background-color css

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

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

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

border-color css

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

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

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