Html Css Color HEX #CB213A Cardinal

📋 copy color: '#CB213A'

red 203 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #CB213A

Tints of Cardinal #CB213A

RGB

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

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

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

R = 69.05%
G = 11.22%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB213A (or 0xCB213A) is known color: Cardinal. HEX triplet: CB, 21 and 3A. RGB value is (203,33,58). Sum of RGB (Red+Green+Blue) = 203+33+58=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB213A is #34DEC5. Grayscale: #565656. Windows color (decimal): -3464902 or 3809739. OLE color: 3809739.

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

Color convert

RGB 203 33 58 -
CMYK 0 0.84 0.71 0.20
HSL 351.18º 0.72% 0.46% -
HSV(B) 351.18º 0.84% 0.8% -
XYZ 25.94 14.09 5.36 -
YUV 86.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 203 33 58 0 0.84 0.71 0.20 351.18 0.72 0.46
Hex CB 21 3A 0 54 47 14 15F 48 2E
Octal 313 41 72 0 124 107 24 537 110 56
Binary 11001011 100001 111010 0 1010100 1000111 10100 101011111 1001000 101110

Color Harmonies of #CB213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB213A

Black with #CB213A

Text Example


Text Example

White with #CB213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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