Html Css Color HEX #C61701 Free Speech Red

📋 copy color: '#C61701'

red 198 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #C61701

Tints of Free Speech Red #C61701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 89.19%
G = 10.36%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C61701 (or 0xC61701) is known color: Free Speech Red. HEX triplet: C6, 17 and 01. RGB value is (198,23,1). Sum of RGB (Red+Green+Blue) = 198+23+1=222 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.19% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 198 - color contains mainly: red. Hex color #C61701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61701 is #39E8FE. Grayscale: #494949. Windows color (decimal): -3795199 or 71622. OLE color: 71622.

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

Color convert

RGB 198 23 1 -
CMYK 0 0.88 0.99 0.22
HSL 6.7º 0.99% 0.39% -
HSV(B) 6.7º 0.99% 0.78% -
XYZ 23.6 12.62 1.22 -
YUV 72.82 87.48 217.29 -
System Red Green Blue C M Y K H S L
Decimal 198 23 1 0 0.88 0.99 0.22 6.7 0.99 0.39
Hex C6 17 1 0 58 63 16 7 63 27
Octal 306 27 1 0 130 143 26 7 143 47
Binary 11000110 10111 1 0 1011000 1100011 10110 111 1100011 100111

Color Harmonies of #C61701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61701

Black with #C61701

Text Example


Text Example

White with #C61701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61701; }

 p { color: rgb(198,23,1); }

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

background-color css

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

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

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

border-color css

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

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

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