Html Css Color HEX #CB172F Cardinal

📋 copy color: '#CB172F'

red 203 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #CB172F

Tints of Cardinal #CB172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 74.36%
G = 8.42%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB172F (or 0xCB172F) is known color: Cardinal. HEX triplet: CB, 17 and 2F. RGB value is (203,23,47). Sum of RGB (Red+Green+Blue) = 203+23+47=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB172F is #34E8D0. Grayscale: #4F4F4F. Windows color (decimal): -3467473 or 3086283. OLE color: 3086283.

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

Color convert

RGB 203 23 47 -
CMYK 0 0.89 0.77 0.20
HSL 352º 0.8% 0.44% -
HSV(B) 352º 0.89% 0.8% -
XYZ 25.45 13.51 3.96 -
YUV 79.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 203 23 47 0 0.89 0.77 0.20 352 0.8 0.44
Hex CB 17 2F 0 59 4D 14 160 50 2C
Octal 313 27 57 0 131 115 24 540 120 54
Binary 11001011 10111 101111 0 1011001 1001101 10100 101100000 1010000 101100

Color Harmonies of #CB172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB172F

Black with #CB172F

Text Example


Text Example

White with #CB172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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