Html Css Color HEX #C31000 Free Speech Red

📋 copy color: '#C31000'

red 195 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #C31000

Tints of Free Speech Red #C31000

RGB

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

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

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

R = 92.42%
G = 7.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C31000 (or 0xC31000) is known color: Free Speech Red. HEX triplet: C3, 10 and 00. RGB value is (195,16,0). Sum of RGB (Red+Green+Blue) = 195+16+0=211 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.42% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 195 - color contains mainly: red. Hex color #C31000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31000 is #3CEFFF. Grayscale: #434343. Windows color (decimal): -3993600 or 4291. OLE color: 4291.

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

Color convert

RGB 195 16 0 -
CMYK 0 0.92 1 0.24
HSL 4.92º 1% 0.38% -
HSV(B) 4.92º 1% 0.76% -
XYZ 22.69 11.97 1.12 -
YUV 67.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 195 16 0 0 0.92 1 0.24 4.92 1 0.38
Hex C3 10 0 0 5C 64 18 5 64 26
Octal 303 20 0 0 134 144 30 5 144 46
Binary 11000011 10000 0 0 1011100 1100100 11000 101 1100100 100110

Color Harmonies of #C31000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31000

Black with #C31000

Text Example


Text Example

White with #C31000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31000; }

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

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

background-color css

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

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

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

border-color css

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

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

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