Html Css Color HEX #C31310 Free Speech Red

📋 copy color: '#C31310'

red 195 ◦ green 19 ◦ blue 16

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

Shades of Free Speech Red #C31310

Tints of Free Speech Red #C31310

RGB

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

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

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

R = 84.78%
G = 8.26%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31310 (or 0xC31310) is known color: Free Speech Red. HEX triplet: C3, 13 and 10. RGB value is (195,19,16). Sum of RGB (Red+Green+Blue) = 195+19+16=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C31310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31310 is #3CECEF. Grayscale: #474747. Windows color (decimal): -3992816 or 1053635. OLE color: 1053635.

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

Color convert

RGB 195 19 16 -
CMYK 0 0.90 0.92 0.24
HSL 1.01º 0.85% 0.41% -
HSV(B) 1.01º 0.92% 0.76% -
XYZ 22.83 12.11 1.62 -
YUV 71.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 195 19 16 0 0.90 0.92 0.24 1.01 0.85 0.41
Hex C3 13 10 0 5A 5C 18 1 55 29
Octal 303 23 20 0 132 134 30 1 125 51
Binary 11000011 10011 10000 0 1011010 1011100 11000 1 1010101 101001

Color Harmonies of #C31310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31310

Black with #C31310

Text Example


Text Example

White with #C31310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31310; }

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

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

background-color css

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

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

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

border-color css

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

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

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