Html Css Color HEX #CB223B Cardinal

📋 copy color: '#CB223B'

red 203 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #CB223B

Tints of Cardinal #CB223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 68.58%
G = 11.49%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB223B (or 0xCB223B) is known color: Cardinal. HEX triplet: CB, 22 and 3B. RGB value is (203,34,59). Sum of RGB (Red+Green+Blue) = 203+34+59=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223B is #34DDC4. Grayscale: #575757. Windows color (decimal): -3464645 or 3875531. OLE color: 3875531.

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

Color convert

RGB 203 34 59 -
CMYK 0 0.83 0.71 0.20
HSL 351.12º 0.71% 0.46% -
HSV(B) 351.12º 0.83% 0.8% -
XYZ 25.99 14.16 5.5 -
YUV 87.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 203 34 59 0 0.83 0.71 0.20 351.12 0.71 0.46
Hex CB 22 3B 0 53 47 14 15F 47 2E
Octal 313 42 73 0 123 107 24 537 107 56
Binary 11001011 100010 111011 0 1010011 1000111 10100 101011111 1000111 101110

Color Harmonies of #CB223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB223B

Black with #CB223B

Text Example


Text Example

White with #CB223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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