#CB0503

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

Shades of Free Speech Red #CB0503

Tints of Free Speech Red #CB0503

Color information

#CB0503 (or 0xCB0503) is unknown color: approx Free Speech Red. HEX triplet: CB, 05 and 03. RGB value is (203,5,3). Sum of RGB (Red+Green+Blue) = 203+5+3=211 (27% of max value = 765). Red value is 203 (79.69% from 255 or 96.21% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0503 is #34FAFC. Grayscale: #404040. Windows color (decimal): -3472125 or 198091. OLE color: 198091.

HSL color Cylindrical-coordinate representation of color #CB0503: hue angle of 0.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB20353-
CMYK00.980.990.20
HSL0.6º97.09%40.39%-
HSV(B)0.6º98.52%79.61%-
XYZ24.712.811.26-
YUV63.9793.6227.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 96.21%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=96.21%
G=2.37%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035300.980.990.200.697.0940.39
HexCB53062631416128
Octal31353014214324114150
Binary11001011101110110001011000111010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0503; }

 p { color: rgb(203,5,3); }

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

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

 a { background-color: rgb(203,5,3); }

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

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

 span { border-color: rgb(203,5,3); }

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