Html Css Color HEX #CB1746 Cardinal

📋 copy color: '#CB1746'

red 203 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #CB1746

Tints of Cardinal #CB1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 68.58%
G = 7.77%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB1746 (or 0xCB1746) is known color: Cardinal. HEX triplet: CB, 17 and 46. RGB value is (203,23,70). Sum of RGB (Red+Green+Blue) = 203+23+70=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1746 is #34E8B9. Grayscale: #525252. Windows color (decimal): -3467450 or 4593611. OLE color: 4593611.

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

Color convert

RGB 203 23 70 -
CMYK 0 0.89 0.66 0.20
HSL 344.33º 0.8% 0.44% -
HSV(B) 344.33º 0.89% 0.8% -
XYZ 26.04 13.75 7.08 -
YUV 82.18 121.13 214.18 -
System Red Green Blue C M Y K H S L
Decimal 203 23 70 0 0.89 0.66 0.20 344.33 0.8 0.44
Hex CB 17 46 0 59 42 14 158 50 2C
Octal 313 27 106 0 131 102 24 530 120 54
Binary 11001011 10111 1000110 0 1011001 1000010 10100 101011000 1010000 101100

Color Harmonies of #CB1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1746

Black with #CB1746

Text Example


Text Example

White with #CB1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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