Html Css Color HEX #CB1848 Cardinal

📋 copy color: '#CB1848'

red 203 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #CB1848

Tints of Cardinal #CB1848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 67.89%
G = 8.03%
B = 24.08%

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

#CB1848 (or 0xCB1848) is known color: Cardinal. HEX triplet: CB, 18 and 48. RGB value is (203,24,72). Sum of RGB (Red+Green+Blue) = 203+24+72=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1848 is #34E7B7. Grayscale: #525252. Windows color (decimal): -3467192 or 4724939. OLE color: 4724939.

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

Color convert

RGB 203 24 72 -
CMYK 0 0.88 0.65 0.20
HSL 343.91º 0.79% 0.45% -
HSV(B) 343.91º 0.88% 0.8% -
XYZ 26.12 13.82 7.42 -
YUV 82.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 203 24 72 0 0.88 0.65 0.20 343.91 0.79 0.45
Hex CB 18 48 0 58 41 14 158 4F 2D
Octal 313 30 110 0 130 101 24 530 117 55
Binary 11001011 11000 1001000 0 1011000 1000001 10100 101011000 1001111 101101

Color Harmonies of #CB1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1848

Black with #CB1848

Text Example


Text Example

White with #CB1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1848; }

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

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

background-color css

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

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

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

border-color css

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

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

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