Html Css Color HEX #CB1648 Cardinal

📋 copy color: '#CB1648'

red 203 ◦ green 22 ◦ blue 72

#CB1648
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CB1648

Tints of Cardinal #CB1648

RGB

 RED value IS 203 (79.69% from 255) = 68.35%

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 68.35%
G = 7.41%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1648 (or 0xCB1648) is known color: Cardinal. HEX triplet: CB, 16 and 48. RGB value is (203,22,72). Sum of RGB (Red+Green+Blue) = 203+22+72=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1648 is #34E9B7. Grayscale: #515151. Windows color (decimal): -3467704 or 4724427. OLE color: 4724427.

HSL color Cylindrical-coordinate representation of color #CB1648: hue angle of 343.43º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1648 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 72 -
CMYK 0 0.89 0.65 0.20
HSL 343.43º 0.8% 0.44% -
HSV(B) 343.43º 0.89% 0.8% -
XYZ 26.09 13.74 7.41 -
YUV 81.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 203 22 72 0 0.89 0.65 0.20 343.43 0.8 0.44
Hex CB 16 48 0 59 41 14 157 50 2C
Octal 313 26 110 0 131 101 24 527 120 54
Binary 11001011 10110 1001000 0 1011001 1000001 10100 101010111 1010000 101100

Color Harmonies of #CB1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1648

Black with #CB1648

Text Example


Text Example

White with #CB1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1648; }

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

 H1.HeaderClassName
 {
   color: #CB1648;
 }
 .AnyTagClassName
 {
   color: #CB1648;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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