Html Css Color HEX #C31010 Free Speech Red

📋 copy color: '#C31010'

red 195 ◦ green 16 ◦ blue 16

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

Shades of Free Speech Red #C31010

Tints of Free Speech Red #C31010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

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

R = 85.9%
G = 7.05%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31010 (or 0xC31010) is known color: Free Speech Red. HEX triplet: C3, 10 and 10. RGB value is (195,16,16). Sum of RGB (Red+Green+Blue) = 195+16+16=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C31010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31010 is #3CEFEF. Grayscale: #454545. Windows color (decimal): -3993584 or 1052867. OLE color: 1052867.

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

Color convert

RGB 195 16 16 -
CMYK 0 0.92 0.92 0.24
HSL 0.85% 0.41% -
HSV(B) 0.92% 0.76% -
XYZ 22.78 12.01 1.61 -
YUV 69.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 195 16 16 0 0.92 0.92 0.24 0 0.85 0.41
Hex C3 10 10 0 5C 5C 18 0 55 29
Octal 303 20 20 0 134 134 30 0 125 51
Binary 11000011 10000 10000 0 1011100 1011100 11000 0 1010101 101001

Color Harmonies of #C31010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31010

Black with #C31010

Text Example


Text Example

White with #C31010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31010; }

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

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

background-color css

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

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

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

border-color css

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

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

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