#C30702

Color #C30702 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #C30702

Tints of Free Speech Red #C30702

Color information

#C30702 (or 0xC30702) is unknown color: approx Free Speech Red. HEX triplet: C3, 07 and 02. RGB value is (195,7,2). Sum of RGB (Red+Green+Blue) = 195+7+2=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30702 is #3CF8FD. Grayscale: #3E3E3E. Windows color (decimal): -3995902 or 133059. OLE color: 133059.

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

Color convert

RGB19572-
CMYK00.960.990.24
HSL1.55º97.97%38.63%-
HSV(B)1.55º98.97%76.47%-
XYZ22.5911.761.14-
YUV62.6493.78222.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 95.59%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=95.59%
G=3.43%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957200.960.990.241.5597.9738.63
HexC372060631826227
Octal30372014014330214247
Binary110000111111001100000110001111000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30702; }

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

 H1.HeaderClassName
 {
   color: #C30702;
 }
 .AnyTagClassName
 {
   color: #C30702;
 }
</style>
background-color css

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

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

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

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

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

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