Html Css Color HEX #CB173F Cardinal

📋 copy color: '#CB173F'

red 203 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #CB173F

Tints of Cardinal #CB173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 70.24%
G = 7.96%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB173F (or 0xCB173F) is known color: Cardinal. HEX triplet: CB, 17 and 3F. RGB value is (203,23,63). Sum of RGB (Red+Green+Blue) = 203+23+63=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB173F is #34E8C0. Grayscale: #515151. Windows color (decimal): -3467457 or 4134859. OLE color: 4134859.

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

Color convert

RGB 203 23 63 -
CMYK 0 0.89 0.69 0.20
HSL 346.67º 0.8% 0.44% -
HSV(B) 346.67º 0.89% 0.8% -
XYZ 25.83 13.67 5.98 -
YUV 81.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 203 23 63 0 0.89 0.69 0.20 346.67 0.8 0.44
Hex CB 17 3F 0 59 45 14 15B 50 2C
Octal 313 27 77 0 131 105 24 533 120 54
Binary 11001011 10111 111111 0 1011001 1000101 10100 101011011 1010000 101100

Color Harmonies of #CB173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB173F

Black with #CB173F

Text Example


Text Example

White with #CB173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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