Html Css Color HEX #CB213E Cardinal

📋 copy color: '#CB213E'

red 203 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #CB213E

Tints of Cardinal #CB213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 68.12%
G = 11.07%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB213E (or 0xCB213E) is known color: Cardinal. HEX triplet: CB, 21 and 3E. RGB value is (203,33,62). Sum of RGB (Red+Green+Blue) = 203+33+62=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB213E is #34DEC1. Grayscale: #575757. Windows color (decimal): -3464898 or 4071883. OLE color: 4071883.

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

Color convert

RGB 203 33 62 -
CMYK 0 0.84 0.69 0.20
HSL 349.76º 0.72% 0.46% -
HSV(B) 349.76º 0.84% 0.8% -
XYZ 26.04 14.13 5.91 -
YUV 87.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 203 33 62 0 0.84 0.69 0.20 349.76 0.72 0.46
Hex CB 21 3E 0 54 45 14 15E 48 2E
Octal 313 41 76 0 124 105 24 536 110 56
Binary 11001011 100001 111110 0 1010100 1000101 10100 101011110 1001000 101110

Color Harmonies of #CB213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB213E

Black with #CB213E

Text Example


Text Example

White with #CB213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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