Html Css Color HEX #C71703 Free Speech Red

📋 copy color: '#C71703'

red 199 ◦ green 23 ◦ blue 3

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

Shades of Free Speech Red #C71703

Tints of Free Speech Red #C71703

RGB

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

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

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

R = 88.44%
G = 10.22%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C71703 (or 0xC71703) is known color: Free Speech Red. HEX triplet: C7, 17 and 03. RGB value is (199,23,3). Sum of RGB (Red+Green+Blue) = 199+23+3=225 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 199 - color contains mainly: red. Hex color #C71703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71703 is #38E8FC. Grayscale: #494949. Windows color (decimal): -3729661 or 202695. OLE color: 202695.

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

Color convert

RGB 199 23 3 -
CMYK 0 0.88 0.98 0.22
HSL 6.12º 0.97% 0.4% -
HSV(B) 6.12º 0.98% 0.78% -
XYZ 23.88 12.76 1.29 -
YUV 73.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 199 23 3 0 0.88 0.98 0.22 6.12 0.97 0.4
Hex C7 17 3 0 58 62 16 6 61 28
Octal 307 27 3 0 130 142 26 6 141 50
Binary 11000111 10111 11 0 1011000 1100010 10110 110 1100001 101000

Color Harmonies of #C71703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71703

Black with #C71703

Text Example


Text Example

White with #C71703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71703; }

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

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

background-color css

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

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

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

border-color css

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

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

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