Html Css Color HEX #C31110 Free Speech Red

📋 copy color: '#C31110'

red 195 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #C31110

Tints of Free Speech Red #C31110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 85.53%
G = 7.46%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31110 (or 0xC31110) is known color: Free Speech Red. HEX triplet: C3, 11 and 10. RGB value is (195,17,16). Sum of RGB (Red+Green+Blue) = 195+17+16=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C31110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31110 is #3CEEEF. Grayscale: #464646. Windows color (decimal): -3993328 or 1053123. OLE color: 1053123.

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

Color convert

RGB 195 17 16 -
CMYK 0 0.91 0.92 0.24
HSL 0.34º 0.85% 0.41% -
HSV(B) 0.34º 0.92% 0.76% -
XYZ 22.8 12.04 1.61 -
YUV 70.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 195 17 16 0 0.91 0.92 0.24 0.34 0.85 0.41
Hex C3 11 10 0 5B 5C 18 0 55 29
Octal 303 21 20 0 133 134 30 0 125 51
Binary 11000011 10001 10000 0 1011011 1011100 11000 0 1010101 101001

Color Harmonies of #C31110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31110

Black with #C31110

Text Example


Text Example

White with #C31110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31110; }

 p { color: rgb(195,17,16); }

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

background-color css

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

 a { background-color: rgb(195,17,16); }

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

border-color css

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

 span { border-color: rgb(195,17,16); }

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