Html Css Color HEX #CB153C Cardinal

📋 copy color: '#CB153C'

red 203 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #CB153C

Tints of Cardinal #CB153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 71.48%
G = 7.39%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB153C (or 0xCB153C) is known color: Cardinal. HEX triplet: CB, 15 and 3C. RGB value is (203,21,60). Sum of RGB (Red+Green+Blue) = 203+21+60=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB153C is #34EAC3. Grayscale: #4F4F4F. Windows color (decimal): -3467972 or 3937739. OLE color: 3937739.

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

Color convert

RGB 203 21 60 -
CMYK 0 0.90 0.70 0.20
HSL 347.14º 0.81% 0.44% -
HSV(B) 347.14º 0.9% 0.8% -
XYZ 25.71 13.56 5.54 -
YUV 79.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 203 21 60 0 0.90 0.70 0.20 347.14 0.81 0.44
Hex CB 15 3C 0 5A 46 14 15B 51 2C
Octal 313 25 74 0 132 106 24 533 121 54
Binary 11001011 10101 111100 0 1011010 1000110 10100 101011011 1010001 101100

Color Harmonies of #CB153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB153C

Black with #CB153C

Text Example


Text Example

White with #CB153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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