#C30802

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

Shades of Free Speech Red #C30802

Tints of Free Speech Red #C30802

Color information

#C30802 (or 0xC30802) is unknown color: approx Free Speech Red. HEX triplet: C3, 08 and 02. RGB value is (195,8,2). Sum of RGB (Red+Green+Blue) = 195+8+2=205 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.12% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 195 - color contains mainly: red. Hex color #C30802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30802 is #3CF7FD. Grayscale: #3F3F3F. Windows color (decimal): -3995646 or 133315. OLE color: 133315.

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

Color convert

RGB19582-
CMYK00.960.990.24
HSL1.87º97.97%38.63%-
HSV(B)1.87º98.97%76.47%-
XYZ22.611.781.14-
YUV63.2393.45221.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 95.12%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=95.12%
G=3.90%
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
Decimal1958200.960.990.241.8797.9738.63
HexC382060631826227
Octal303102014014330214247
Binary1100001110001001100000110001111000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30802; }

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

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

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

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

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

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

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

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