Html Css Color HEX #CB1948 Cardinal

📋 copy color: '#CB1948'

red 203 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #CB1948

Tints of Cardinal #CB1948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

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

R = 67.67%
G = 8.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB1948 (or 0xCB1948) is known color: Cardinal. HEX triplet: CB, 19 and 48. RGB value is (203,25,72). Sum of RGB (Red+Green+Blue) = 203+25+72=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1948 is #34E6B7. Grayscale: #535353. Windows color (decimal): -3466936 or 4725195. OLE color: 4725195.

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

Color convert

RGB 203 25 72 -
CMYK 0 0.88 0.65 0.20
HSL 344.16º 0.78% 0.45% -
HSV(B) 344.16º 0.88% 0.8% -
XYZ 26.15 13.86 7.43 -
YUV 83.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 203 25 72 0 0.88 0.65 0.20 344.16 0.78 0.45
Hex CB 19 48 0 58 41 14 158 4E 2D
Octal 313 31 110 0 130 101 24 530 116 55
Binary 11001011 11001 1001000 0 1011000 1000001 10100 101011000 1001110 101101

Color Harmonies of #CB1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1948

Black with #CB1948

Text Example


Text Example

White with #CB1948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1948; }

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

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

background-color css

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

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

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

border-color css

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

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

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