Html Css Color HEX #C71605 Free Speech Red

📋 copy color: '#C71605'

red 199 ◦ green 22 ◦ blue 5

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

Shades of Free Speech Red #C71605

Tints of Free Speech Red #C71605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

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

R = 88.05%
G = 9.73%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71605 (or 0xC71605) is known color: Free Speech Red. HEX triplet: C7, 16 and 05. RGB value is (199,22,5). Sum of RGB (Red+Green+Blue) = 199+22+5=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C71605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71605 is #38E9FA. Grayscale: #494949. Windows color (decimal): -3729915 or 333511. OLE color: 333511.

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

Color convert

RGB 199 22 5 -
CMYK 0 0.89 0.97 0.22
HSL 5.26º 0.95% 0.4% -
HSV(B) 5.26º 0.97% 0.78% -
XYZ 23.87 12.73 1.34 -
YUV 72.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 199 22 5 0 0.89 0.97 0.22 5.26 0.95 0.4
Hex C7 16 5 0 59 61 16 5 5F 28
Octal 307 26 5 0 131 141 26 5 137 50
Binary 11000111 10110 101 0 1011001 1100001 10110 101 1011111 101000

Color Harmonies of #C71605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71605

Black with #C71605

Text Example


Text Example

White with #C71605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71605; }

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

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

background-color css

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

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

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

border-color css

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

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

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