Html Css Color HEX #CB223A Cardinal

📋 copy color: '#CB223A'

red 203 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #CB223A

Tints of Cardinal #CB223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 68.81%
G = 11.53%
B = 19.66%

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

#CB223A (or 0xCB223A) is known color: Cardinal. HEX triplet: CB, 22 and 3A. RGB value is (203,34,58). Sum of RGB (Red+Green+Blue) = 203+34+58=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223A is #34DDC5. Grayscale: #575757. Windows color (decimal): -3464646 or 3809995. OLE color: 3809995.

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

Color convert

RGB 203 34 58 -
CMYK 0 0.83 0.71 0.20
HSL 351.48º 0.71% 0.46% -
HSV(B) 351.48º 0.83% 0.8% -
XYZ 25.96 14.15 5.36 -
YUV 87.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 203 34 58 0 0.83 0.71 0.20 351.48 0.71 0.46
Hex CB 22 3A 0 53 47 14 15F 47 2E
Octal 313 42 72 0 123 107 24 537 107 56
Binary 11001011 100010 111010 0 1010011 1000111 10100 101011111 1000111 101110

Color Harmonies of #CB223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB223A

Black with #CB223A

Text Example


Text Example

White with #CB223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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