Html Css Color HEX #CB2231 Cardinal

📋 copy color: '#CB2231'

red 203 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #CB2231

Tints of Cardinal #CB2231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 70.98%
G = 11.89%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2231 (or 0xCB2231) is known color: Cardinal. HEX triplet: CB, 22 and 31. RGB value is (203,34,49). Sum of RGB (Red+Green+Blue) = 203+34+49=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2231 is #34DDCE. Grayscale: #565656. Windows color (decimal): -3464655 or 3220171. OLE color: 3220171.

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

Color convert

RGB 203 34 49 -
CMYK 0 0.83 0.76 0.20
HSL 354.67º 0.71% 0.46% -
HSV(B) 354.67º 0.83% 0.8% -
XYZ 25.76 14.06 4.26 -
YUV 86.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 203 34 49 0 0.83 0.76 0.20 354.67 0.71 0.46
Hex CB 22 31 0 53 4C 14 163 47 2E
Octal 313 42 61 0 123 114 24 543 107 56
Binary 11001011 100010 110001 0 1010011 1001100 10100 101100011 1000111 101110

Color Harmonies of #CB2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2231

Black with #CB2231

Text Example


Text Example

White with #CB2231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2231; }

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

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

background-color css

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

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

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

border-color css

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

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

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