Html Css Color HEX #C71103 Free Speech Red

📋 copy color: '#C71103'

red 199 ◦ green 17 ◦ blue 3

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

Shades of Free Speech Red #C71103

Tints of Free Speech Red #C71103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 90.87%
G = 7.76%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C71103 (or 0xC71103) is known color: Free Speech Red. HEX triplet: C7, 11 and 03. RGB value is (199,17,3). Sum of RGB (Red+Green+Blue) = 199+17+3=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C71103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71103 is #38EEFC. Grayscale: #464646. Windows color (decimal): -3731197 or 201159. OLE color: 201159.

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

Color convert

RGB 199 17 3 -
CMYK 0 0.91 0.98 0.22
HSL 4.29º 0.97% 0.4% -
HSV(B) 4.29º 0.98% 0.78% -
XYZ 23.77 12.55 1.26 -
YUV 69.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 199 17 3 0 0.91 0.98 0.22 4.29 0.97 0.4
Hex C7 11 3 0 5B 62 16 4 61 28
Octal 307 21 3 0 133 142 26 4 141 50
Binary 11000111 10001 11 0 1011011 1100010 10110 100 1100001 101000

Color Harmonies of #C71103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71103

Black with #C71103

Text Example


Text Example

White with #C71103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71103; }

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

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

background-color css

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

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

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

border-color css

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

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

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