#CB1F42

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

Shades of Cardinal #CB1F42

Tints of Cardinal #CB1F42

Color information

#CB1F42 (or 0xCB1F42) is unknown color: approx Cardinal. HEX triplet: CB, 1F and 42. RGB value is (203,31,66). Sum of RGB (Red+Green+Blue) = 203+31+66=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F42 is #34E0BD. Grayscale: #565656. Windows color (decimal): -3465406 or 4333515. OLE color: 4333515.

HSL color Cylindrical-coordinate representation of color #CB1F42: hue angle of 347.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB2033166-
CMYK00.850.670.20
HSL347.79º73.5%45.88%-
HSV(B)347.79º84.73%79.61%-
XYZ26.114.076.49-
YUV86.42116.48211.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 67.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 66 (26.17% from 255) = 22%
R=67.67%
G=10.33%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203316600.850.670.20347.7973.545.88
HexCB1F42055431415c4a2e
Octal3133710201251032453411256
Binary11001011111111000010010101011000011101001010111001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1F42; }

 p { color: rgb(203,31,66); }

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

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

 a { background-color: rgb(203,31,66); }

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

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

 span { border-color: rgb(203,31,66); }

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