Html Css Color HEX #CB1631 Cardinal

📋 copy color: '#CB1631'

red 203 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #CB1631

Tints of Cardinal #CB1631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 74.09%
G = 8.03%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB1631 (or 0xCB1631) is known color: Cardinal. HEX triplet: CB, 16 and 31. RGB value is (203,22,49). Sum of RGB (Red+Green+Blue) = 203+22+49=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1631 is #34E9CE. Grayscale: #4F4F4F. Windows color (decimal): -3467727 or 3217099. OLE color: 3217099.

HSL color Cylindrical-coordinate representation of color #CB1631: hue angle of 351.05º 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 #CB1631 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 49 -
CMYK 0 0.89 0.76 0.20
HSL 351.05º 0.8% 0.44% -
HSV(B) 351.05º 0.89% 0.8% -
XYZ 25.47 13.49 4.17 -
YUV 79.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 203 22 49 0 0.89 0.76 0.20 351.05 0.8 0.44
Hex CB 16 31 0 59 4C 14 15F 50 2C
Octal 313 26 61 0 131 114 24 537 120 54
Binary 11001011 10110 110001 0 1011001 1001100 10100 101011111 1010000 101100

Color Harmonies of #CB1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1631

Black with #CB1631

Text Example


Text Example

White with #CB1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1631; }

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

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

background-color css

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

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

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

border-color css

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

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

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