#CB130F

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

Shades of Free Speech Red #CB130F

Tints of Free Speech Red #CB130F

Color information

#CB130F (or 0xCB130F) is unknown color: approx Free Speech Red. HEX triplet: CB, 13 and 0F. RGB value is (203,19,15). Sum of RGB (Red+Green+Blue) = 203+19+15=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB130F is #34ECF0. Grayscale: #494949. Windows color (decimal): -3468529 or 988107. OLE color: 988107.

HSL color Cylindrical-coordinate representation of color #CB130F: hue angle of 1.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB2031915-
CMYK00.910.930.20
HSL1.28º86.24%42.75%-
HSV(B)1.28º92.61%79.61%-
XYZ24.9513.21.68-
YUV73.5694.96220.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 85.65%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 15 (6.25% from 255) = 6.33%
R=85.65%
G=8.02%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203191500.910.930.201.2886.2442.75
HexCB13F05B5D141562b
Octal3132317013313524112653
Binary110010111001111110101101110111011010011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB130F; }

 p { color: rgb(203,19,15); }

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

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

 a { background-color: rgb(203,19,15); }

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

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

 span { border-color: rgb(203,19,15); }

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