Html Css Color HEX #CB2146 Cardinal

📋 copy color: '#CB2146'

red 203 ◦ green 33 ◦ blue 70

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

Shades of Cardinal #CB2146

Tints of Cardinal #CB2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

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

R = 66.34%
G = 10.78%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2146 (or 0xCB2146) is known color: Cardinal. HEX triplet: CB, 21 and 46. RGB value is (203,33,70). Sum of RGB (Red+Green+Blue) = 203+33+70=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2146 is #34DEB9. Grayscale: #585858. Windows color (decimal): -3464890 or 4596171. OLE color: 4596171.

HSL color Cylindrical-coordinate representation of color #CB2146: hue angle of 346.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2146 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 70 -
CMYK 0 0.84 0.66 0.20
HSL 346.94º 0.72% 0.46% -
HSV(B) 346.94º 0.84% 0.8% -
XYZ 26.28 14.23 7.16 -
YUV 88.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 203 33 70 0 0.84 0.66 0.20 346.94 0.72 0.46
Hex CB 21 46 0 54 42 14 15B 48 2E
Octal 313 41 106 0 124 102 24 533 110 56
Binary 11001011 100001 1000110 0 1010100 1000010 10100 101011011 1001000 101110

Color Harmonies of #CB2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2146

Black with #CB2146

Text Example


Text Example

White with #CB2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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