Html Css Color HEX #C31311 Free Speech Red

📋 copy color: '#C31311'

red 195 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #C31311

Tints of Free Speech Red #C31311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 84.42%
G = 8.23%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C31311 (or 0xC31311) is known color: Free Speech Red. HEX triplet: C3, 13 and 11. RGB value is (195,19,17). Sum of RGB (Red+Green+Blue) = 195+19+17=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C31311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31311 is #3CECEE. Grayscale: #474747. Windows color (decimal): -3992815 or 1119171. OLE color: 1119171.

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

Color convert

RGB 195 19 17 -
CMYK 0 0.90 0.91 0.24
HSL 0.67º 0.84% 0.42% -
HSV(B) 0.67º 0.91% 0.76% -
XYZ 22.84 12.11 1.66 -
YUV 71.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 195 19 17 0 0.90 0.91 0.24 0.67 0.84 0.42
Hex C3 13 11 0 5A 5B 18 1 54 2A
Octal 303 23 21 0 132 133 30 1 124 52
Binary 11000011 10011 10001 0 1011010 1011011 11000 1 1010100 101010

Color Harmonies of #C31311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31311

Black with #C31311

Text Example


Text Example

White with #C31311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31311; }

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

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

background-color css

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

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

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

border-color css

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

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

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