Html Css Color HEX #C3170D Free Speech Red

📋 copy color: '#C3170D'

red 195 ◦ green 23 ◦ blue 13

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

Shades of Free Speech Red #C3170D

Tints of Free Speech Red #C3170D

RGB

 RED value IS 195 (76.56% from 255) = 84.42%

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

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

R = 84.42%
G = 9.96%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3170D (or 0xC3170D) is known color: Free Speech Red. HEX triplet: C3, 17 and 0D. RGB value is (195,23,13). Sum of RGB (Red+Green+Blue) = 195+23+13=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C3170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3170D is #3CE8F2. Grayscale: #494949. Windows color (decimal): -3991795 or 858051. OLE color: 858051.

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

Color convert

RGB 195 23 13 -
CMYK 0 0.88 0.93 0.24
HSL 3.3º 0.88% 0.41% -
HSV(B) 3.3º 0.93% 0.76% -
XYZ 22.88 12.24 1.54 -
YUV 73.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 195 23 13 0 0.88 0.93 0.24 3.3 0.88 0.41
Hex C3 17 D 0 58 5D 18 3 58 29
Octal 303 27 15 0 130 135 30 3 130 51
Binary 11000011 10111 1101 0 1011000 1011101 11000 11 1011000 101001

Color Harmonies of #C3170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3170D

Black with #C3170D

Text Example


Text Example

White with #C3170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3170D; }

 p { color: rgb(195,23,13); }

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

background-color css

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

 a { background-color: rgb(195,23,13); }

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

border-color css

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

 span { border-color: rgb(195,23,13); }

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