Html Css Color HEX #CB2139 Cardinal

📋 copy color: '#CB2139'

red 203 ◦ green 33 ◦ blue 57

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

Shades of Cardinal #CB2139

Tints of Cardinal #CB2139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 69.28%
G = 11.26%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB2139 (or 0xCB2139) is known color: Cardinal. HEX triplet: CB, 21 and 39. RGB value is (203,33,57). Sum of RGB (Red+Green+Blue) = 203+33+57=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2139 is #34DEC6. Grayscale: #565656. Windows color (decimal): -3464903 or 3744203. OLE color: 3744203.

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

Color convert

RGB 203 33 57 -
CMYK 0 0.84 0.72 0.20
HSL 351.53º 0.72% 0.46% -
HSV(B) 351.53º 0.84% 0.8% -
XYZ 25.91 14.08 5.22 -
YUV 86.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 203 33 57 0 0.84 0.72 0.20 351.53 0.72 0.46
Hex CB 21 39 0 54 48 14 160 48 2E
Octal 313 41 71 0 124 110 24 540 110 56
Binary 11001011 100001 111001 0 1010100 1001000 10100 101100000 1001000 101110

Color Harmonies of #CB2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2139

Black with #CB2139

Text Example


Text Example

White with #CB2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2139; }

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

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

background-color css

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

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

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

border-color css

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

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

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