Html Css Color HEX #C71205 Free Speech Red

📋 copy color: '#C71205'

red 199 ◦ green 18 ◦ blue 5

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

Shades of Free Speech Red #C71205

Tints of Free Speech Red #C71205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 89.64%
G = 8.11%
B = 2.25%

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

#C71205 (or 0xC71205) is known color: Free Speech Red. HEX triplet: C7, 12 and 05. RGB value is (199,18,5). Sum of RGB (Red+Green+Blue) = 199+18+5=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71205 is #38EDFA. Grayscale: #464646. Windows color (decimal): -3730939 or 332487. OLE color: 332487.

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

Color convert

RGB 199 18 5 -
CMYK 0 0.91 0.97 0.22
HSL 4.02º 0.95% 0.4% -
HSV(B) 4.02º 0.97% 0.78% -
XYZ 23.8 12.59 1.32 -
YUV 70.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 199 18 5 0 0.91 0.97 0.22 4.02 0.95 0.4
Hex C7 12 5 0 5B 61 16 4 5F 28
Octal 307 22 5 0 133 141 26 4 137 50
Binary 11000111 10010 101 0 1011011 1100001 10110 100 1011111 101000

Color Harmonies of #C71205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71205

Black with #C71205

Text Example


Text Example

White with #C71205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71205; }

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

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

background-color css

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

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

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

border-color css

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

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

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