Html Css Color HEX #C7180D Free Speech Red

📋 copy color: '#C7180D'

red 199 ◦ green 24 ◦ blue 13

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

Shades of Free Speech Red #C7180D

Tints of Free Speech Red #C7180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 84.32%
G = 10.17%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7180D (or 0xC7180D) is known color: Free Speech Red. HEX triplet: C7, 18 and 0D. RGB value is (199,24,13). Sum of RGB (Red+Green+Blue) = 199+24+13=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C7180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7180D is #38E7F2. Grayscale: #4B4B4B. Windows color (decimal): -3729395 or 858311. OLE color: 858311.

HSL color Cylindrical-coordinate representation of color #C7180D: hue angle of 3.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7180D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 13 -
CMYK 0 0.88 0.93 0.22
HSL 3.55º 0.88% 0.42% -
HSV(B) 3.55º 0.93% 0.78% -
XYZ 23.95 12.82 1.59 -
YUV 75.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 199 24 13 0 0.88 0.93 0.22 3.55 0.88 0.42
Hex C7 18 D 0 58 5D 16 4 58 2A
Octal 307 30 15 0 130 135 26 4 130 52
Binary 11000111 11000 1101 0 1011000 1011101 10110 100 1011000 101010

Color Harmonies of #C7180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7180D

Black with #C7180D

Text Example


Text Example

White with #C7180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7180D; }

 p { color: rgb(199,24,13); }

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

background-color css

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

 a { background-color: rgb(199,24,13); }

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

border-color css

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

 span { border-color: rgb(199,24,13); }

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