Html Css Color HEX #C71901 Free Speech Red

📋 copy color: '#C71901'

red 199 ◦ green 25 ◦ blue 1

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

Shades of Free Speech Red #C71901

Tints of Free Speech Red #C71901

RGB

 RED value IS 199 (78.13% from 255) = 88.44%

 GREEN value IS 25 (10.16% from 255) = 11.11%

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

R = 88.44%
G = 11.11%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C71901 (or 0xC71901) is known color: Free Speech Red. HEX triplet: C7, 19 and 01. RGB value is (199,25,1). Sum of RGB (Red+Green+Blue) = 199+25+1=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C71901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71901 is #38E6FE. Grayscale: #4A4A4A. Windows color (decimal): -3729151 or 72135. OLE color: 72135.

HSL color Cylindrical-coordinate representation of color #C71901: hue angle of 7.27º 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 #C71901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 1 -
CMYK 0 0.87 0.99 0.22
HSL 7.27º 0.99% 0.39% -
HSV(B) 7.27º 0.99% 0.78% -
XYZ 23.91 12.84 1.25 -
YUV 74.29 86.65 216.95 -
System Red Green Blue C M Y K H S L
Decimal 199 25 1 0 0.87 0.99 0.22 7.27 0.99 0.39
Hex C7 19 1 0 57 63 16 7 63 27
Octal 307 31 1 0 127 143 26 7 143 47
Binary 11000111 11001 1 0 1010111 1100011 10110 111 1100011 100111

Color Harmonies of #C71901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71901

Black with #C71901

Text Example


Text Example

White with #C71901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71901; }

 p { color: rgb(199,25,1); }

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

background-color css

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

 a { background-color: rgb(199,25,1); }

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

border-color css

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

 span { border-color: rgb(199,25,1); }

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