Html Css Color HEX #C31100 Free Speech Red

📋 copy color: '#C31100'

red 195 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #C31100

Tints of Free Speech Red #C31100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.98%
G = 8.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C31100 (or 0xC31100) is known color: Free Speech Red. HEX triplet: C3, 11 and 00. RGB value is (195,17,0). Sum of RGB (Red+Green+Blue) = 195+17+0=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C31100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31100 is #3CEEFF. Grayscale: #444444. Windows color (decimal): -3993344 or 4547. OLE color: 4547.

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

Color convert

RGB 195 17 0 -
CMYK 0 0.91 1 0.24
HSL 5.23º 1% 0.38% -
HSV(B) 5.23º 1% 0.76% -
XYZ 22.71 12 1.12 -
YUV 68.28 89.47 218.38 -
System Red Green Blue C M Y K H S L
Decimal 195 17 0 0 0.91 1 0.24 5.23 1 0.38
Hex C3 11 0 0 5B 64 18 5 64 26
Octal 303 21 0 0 133 144 30 5 144 46
Binary 11000011 10001 0 0 1011011 1100100 11000 101 1100100 100110

Color Harmonies of #C31100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31100

Black with #C31100

Text Example


Text Example

White with #C31100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31100; }

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

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

background-color css

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

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

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

border-color css

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

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

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