Html Css Color HEX #CB2131 Cardinal

📋 copy color: '#CB2131'

red 203 ◦ green 33 ◦ blue 49

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

Shades of Cardinal #CB2131

Tints of Cardinal #CB2131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 71.23%
G = 11.58%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2131 (or 0xCB2131) is known color: Cardinal. HEX triplet: CB, 21 and 31. RGB value is (203,33,49). Sum of RGB (Red+Green+Blue) = 203+33+49=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2131 is #34DECE. Grayscale: #555555. Windows color (decimal): -3464911 or 3219915. OLE color: 3219915.

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

Color convert

RGB 203 33 49 -
CMYK 0 0.84 0.76 0.20
HSL 354.35º 0.72% 0.46% -
HSV(B) 354.35º 0.84% 0.8% -
XYZ 25.73 14.01 4.25 -
YUV 85.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 203 33 49 0 0.84 0.76 0.20 354.35 0.72 0.46
Hex CB 21 31 0 54 4C 14 162 48 2E
Octal 313 41 61 0 124 114 24 542 110 56
Binary 11001011 100001 110001 0 1010100 1001100 10100 101100010 1001000 101110

Color Harmonies of #CB2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2131

Black with #CB2131

Text Example


Text Example

White with #CB2131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2131; }

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

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

background-color css

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

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

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

border-color css

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

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

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