#C30D0C

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

Shades of Free Speech Red #C30D0C

Tints of Free Speech Red #C30D0C

Color information

#C30D0C (or 0xC30D0C) is unknown color: approx Free Speech Red. HEX triplet: C3, 0D and 0C. RGB value is (195,13,12). Sum of RGB (Red+Green+Blue) = 195+13+12=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30D0C is #3CF2F3. Grayscale: #434343. Windows color (decimal): -3994356 or 789955. OLE color: 789955.

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

Color convert

RGB1951312-
CMYK00.930.940.24
HSL0.33º88.41%40.59%-
HSV(B)0.33º93.85%76.47%-
XYZ22.7211.921.45-
YUV67.396.8219.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 88.64%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=88.64%
G=5.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195131200.930.940.240.3388.4140.59
HexC3DC05D5E1805829
Octal3031514013513630013051
Binary11000011110111000101110110111101100001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30D0C; }

 p { color: rgb(195,13,12); }

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

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

 a { background-color: rgb(195,13,12); }

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

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

 span { border-color: rgb(195,13,12); }

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