Html Css Color HEX #C31510 Free Speech Red

📋 copy color: '#C31510'

red 195 ◦ green 21 ◦ blue 16

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

Shades of Free Speech Red #C31510

Tints of Free Speech Red #C31510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 84.05%
G = 9.05%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31510 (or 0xC31510) is known color: Free Speech Red. HEX triplet: C3, 15 and 10. RGB value is (195,21,16). Sum of RGB (Red+Green+Blue) = 195+21+16=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C31510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31510 is #3CEAEF. Grayscale: #484848. Windows color (decimal): -3992304 or 1054147. OLE color: 1054147.

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

Color convert

RGB 195 21 16 -
CMYK 0 0.89 0.92 0.24
HSL 1.68º 0.85% 0.41% -
HSV(B) 1.68º 0.92% 0.76% -
XYZ 22.87 12.18 1.64 -
YUV 72.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 195 21 16 0 0.89 0.92 0.24 1.68 0.85 0.41
Hex C3 15 10 0 59 5C 18 2 55 29
Octal 303 25 20 0 131 134 30 2 125 51
Binary 11000011 10101 10000 0 1011001 1011100 11000 10 1010101 101001

Color Harmonies of #C31510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31510

Black with #C31510

Text Example


Text Example

White with #C31510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31510; }

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

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

background-color css

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

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

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

border-color css

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

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

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