Html Css Color HEX #C31907 Free Speech Red

📋 copy color: '#C31907'

red 195 ◦ green 25 ◦ blue 7

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

Shades of Free Speech Red #C31907

Tints of Free Speech Red #C31907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 85.9%
G = 11.01%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C31907 (or 0xC31907) is known color: Free Speech Red. HEX triplet: C3, 19 and 07. RGB value is (195,25,7). Sum of RGB (Red+Green+Blue) = 195+25+7=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C31907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31907 is #3CE6F8. Grayscale: #4A4A4A. Windows color (decimal): -3991289 or 465347. OLE color: 465347.

HSL color Cylindrical-coordinate representation of color #C31907: hue angle of 5.74º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31907 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 7 -
CMYK 0 0.87 0.96 0.24
HSL 5.74º 0.93% 0.4% -
HSV(B) 5.74º 0.96% 0.76% -
XYZ 22.89 12.31 1.37 -
YUV 73.78 90.32 214.46 -
System Red Green Blue C M Y K H S L
Decimal 195 25 7 0 0.87 0.96 0.24 5.74 0.93 0.4
Hex C3 19 7 0 57 60 18 6 5D 28
Octal 303 31 7 0 127 140 30 6 135 50
Binary 11000011 11001 111 0 1010111 1100000 11000 110 1011101 101000

Color Harmonies of #C31907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31907

Black with #C31907

Text Example


Text Example

White with #C31907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31907; }

 p { color: rgb(195,25,7); }

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

background-color css

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

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

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

border-color css

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

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

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