Html Css Color HEX #CB173C Cardinal

📋 copy color: '#CB173C'

red 203 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #CB173C

Tints of Cardinal #CB173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 70.98%
G = 8.04%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB173C (or 0xCB173C) is known color: Cardinal. HEX triplet: CB, 17 and 3C. RGB value is (203,23,60). Sum of RGB (Red+Green+Blue) = 203+23+60=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB173C is #34E8C3. Grayscale: #515151. Windows color (decimal): -3467460 or 3938251. OLE color: 3938251.

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

Color convert

RGB 203 23 60 -
CMYK 0 0.89 0.70 0.20
HSL 347.67º 0.8% 0.44% -
HSV(B) 347.67º 0.89% 0.8% -
XYZ 25.75 13.64 5.55 -
YUV 81.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 203 23 60 0 0.89 0.70 0.20 347.67 0.8 0.44
Hex CB 17 3C 0 59 46 14 15C 50 2C
Octal 313 27 74 0 131 106 24 534 120 54
Binary 11001011 10111 111100 0 1011001 1000110 10100 101011100 1010000 101100

Color Harmonies of #CB173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB173C

Black with #CB173C

Text Example


Text Example

White with #CB173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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