Html Css Color HEX #C71105 Free Speech Red

📋 copy color: '#C71105'

red 199 ◦ green 17 ◦ blue 5

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

Shades of Free Speech Red #C71105

Tints of Free Speech Red #C71105

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

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

R = 90.05%
G = 7.69%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71105 (or 0xC71105) is known color: Free Speech Red. HEX triplet: C7, 11 and 05. RGB value is (199,17,5). Sum of RGB (Red+Green+Blue) = 199+17+5=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C71105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71105 is #38EEFA. Grayscale: #464646. Windows color (decimal): -3731195 or 332231. OLE color: 332231.

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

Color convert

RGB 199 17 5 -
CMYK 0 0.91 0.97 0.22
HSL 3.71º 0.95% 0.4% -
HSV(B) 3.71º 0.97% 0.78% -
XYZ 23.78 12.55 1.31 -
YUV 70.05 91.3 219.98 -
System Red Green Blue C M Y K H S L
Decimal 199 17 5 0 0.91 0.97 0.22 3.71 0.95 0.4
Hex C7 11 5 0 5B 61 16 4 5F 28
Octal 307 21 5 0 133 141 26 4 137 50
Binary 11000111 10001 101 0 1011011 1100001 10110 100 1011111 101000

Color Harmonies of #C71105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71105

Black with #C71105

Text Example


Text Example

White with #C71105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71105; }

 p { color: rgb(199,17,5); }

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

background-color css

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

 a { background-color: rgb(199,17,5); }

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

border-color css

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

 span { border-color: rgb(199,17,5); }

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