Html Css Color HEX #C71005 Free Speech Red

📋 copy color: '#C71005'

red 199 ◦ green 16 ◦ blue 5

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

Shades of Free Speech Red #C71005

Tints of Free Speech Red #C71005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 90.45%
G = 7.27%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71005 (or 0xC71005) is known color: Free Speech Red. HEX triplet: C7, 10 and 05. RGB value is (199,16,5). Sum of RGB (Red+Green+Blue) = 199+16+5=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C71005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71005 is #38EFFA. Grayscale: #454545. Windows color (decimal): -3731451 or 331975. OLE color: 331975.

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

Color convert

RGB 199 16 5 -
CMYK 0 0.92 0.97 0.22
HSL 3.4º 0.95% 0.4% -
HSV(B) 3.4º 0.97% 0.78% -
XYZ 23.77 12.52 1.31 -
YUV 69.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 199 16 5 0 0.92 0.97 0.22 3.4 0.95 0.4
Hex C7 10 5 0 5C 61 16 3 5F 28
Octal 307 20 5 0 134 141 26 3 137 50
Binary 11000111 10000 101 0 1011100 1100001 10110 11 1011111 101000

Color Harmonies of #C71005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71005

Black with #C71005

Text Example


Text Example

White with #C71005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71005; }

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

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

background-color css

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

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

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

border-color css

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

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

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