Html Css Color HEX #C3180D Free Speech Red

📋 copy color: '#C3180D'

red 195 ◦ green 24 ◦ blue 13

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

Shades of Free Speech Red #C3180D

Tints of Free Speech Red #C3180D

RGB

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

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

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

R = 84.05%
G = 10.34%
B = 5.6%

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

#C3180D (or 0xC3180D) is known color: Free Speech Red. HEX triplet: C3, 18 and 0D. RGB value is (195,24,13). Sum of RGB (Red+Green+Blue) = 195+24+13=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C3180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3180D is #3CE7F2. Grayscale: #4A4A4A. Windows color (decimal): -3991539 or 858307. OLE color: 858307.

HSL color Cylindrical-coordinate representation of color #C3180D: hue angle of 3.63º 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 #C3180D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 24 13 -
CMYK 0 0.88 0.93 0.24
HSL 3.63º 0.88% 0.41% -
HSV(B) 3.63º 0.93% 0.76% -
XYZ 22.9 12.28 1.54 -
YUV 73.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 195 24 13 0 0.88 0.93 0.24 3.63 0.88 0.41
Hex C3 18 D 0 58 5D 18 4 58 29
Octal 303 30 15 0 130 135 30 4 130 51
Binary 11000011 11000 1101 0 1011000 1011101 11000 100 1011000 101001

Color Harmonies of #C3180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3180D

Black with #C3180D

Text Example


Text Example

White with #C3180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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