Html Css Color HEX #CB1531 Cardinal

📋 copy color: '#CB1531'

red 203 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #CB1531

Tints of Cardinal #CB1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 74.36%
G = 7.69%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB1531 (or 0xCB1531) is known color: Cardinal. HEX triplet: CB, 15 and 31. RGB value is (203,21,49). Sum of RGB (Red+Green+Blue) = 203+21+49=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1531 is #34EACE. Grayscale: #4E4E4E. Windows color (decimal): -3467983 or 3216843. OLE color: 3216843.

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

Color convert

RGB 203 21 49 -
CMYK 0 0.90 0.76 0.20
HSL 350.77º 0.81% 0.44% -
HSV(B) 350.77º 0.9% 0.8% -
XYZ 25.45 13.45 4.16 -
YUV 78.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 203 21 49 0 0.90 0.76 0.20 350.77 0.81 0.44
Hex CB 15 31 0 5A 4C 14 15F 51 2C
Octal 313 25 61 0 132 114 24 537 121 54
Binary 11001011 10101 110001 0 1011010 1001100 10100 101011111 1010001 101100

Color Harmonies of #CB1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1531

Black with #CB1531

Text Example


Text Example

White with #CB1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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