Html Css Color HEX #CB1C48 Cardinal

📋 copy color: '#CB1C48'

red 203 ◦ green 28 ◦ blue 72

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

Shades of Cardinal #CB1C48

Tints of Cardinal #CB1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 67%
G = 9.24%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1C48 (or 0xCB1C48) is known color: Cardinal. HEX triplet: CB, 1C and 48. RGB value is (203,28,72). Sum of RGB (Red+Green+Blue) = 203+28+72=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C48 is #34E3B7. Grayscale: #555555. Windows color (decimal): -3466168 or 4725963. OLE color: 4725963.

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

Color convert

RGB 203 28 72 -
CMYK 0 0.86 0.65 0.20
HSL 344.91º 0.76% 0.45% -
HSV(B) 344.91º 0.86% 0.8% -
XYZ 26.21 13.99 7.45 -
YUV 85.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 203 28 72 0 0.86 0.65 0.20 344.91 0.76 0.45
Hex CB 1C 48 0 56 41 14 159 4C 2D
Octal 313 34 110 0 126 101 24 531 114 55
Binary 11001011 11100 1001000 0 1010110 1000001 10100 101011001 1001100 101101

Color Harmonies of #CB1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C48

Black with #CB1C48

Text Example


Text Example

White with #CB1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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