#CB0F48

Color #CB0F48 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CB0F48

Tints of Crimson #CB0F48

Color information

#CB0F48 (or 0xCB0F48) is unknown color: approx Crimson. HEX triplet: CB, 0F and 48. RGB value is (203,15,72). Sum of RGB (Red+Green+Blue) = 203+15+72=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F48 is #34F0B7. Grayscale: #4D4D4D. Windows color (decimal): -3469496 or 4722635. OLE color: 4722635.

HSL color Cylindrical-coordinate representation of color #CB0F48: hue angle of 341.81º 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 #CB0F48 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2031572-
CMYK00.930.650.20
HSL341.81º86.24%42.75%-
HSV(B)341.81º92.61%79.61%-
XYZ25.9713.517.37-
YUV77.71124.78217.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=70%
G=5.17%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203157200.930.650.20341.8186.2442.75
HexCBF4805D4114156562b
Octal3131711001351012452612653
Binary1100101111111001000010111011000001101001010101101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0F48; }

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

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

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

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

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

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

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

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