Html Css Color HEX #CB213F Cardinal

📋 copy color: '#CB213F'

red 203 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #CB213F

Tints of Cardinal #CB213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 67.89%
G = 11.04%
B = 21.07%

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

#CB213F (or 0xCB213F) is known color: Cardinal. HEX triplet: CB, 21 and 3F. RGB value is (203,33,63). Sum of RGB (Red+Green+Blue) = 203+33+63=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB213F is #34DEC0. Grayscale: #575757. Windows color (decimal): -3464897 or 4137419. OLE color: 4137419.

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

Color convert

RGB 203 33 63 -
CMYK 0 0.84 0.69 0.20
HSL 349.41º 0.72% 0.46% -
HSV(B) 349.41º 0.84% 0.8% -
XYZ 26.07 14.14 6.06 -
YUV 87.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 203 33 63 0 0.84 0.69 0.20 349.41 0.72 0.46
Hex CB 21 3F 0 54 45 14 15D 48 2E
Octal 313 41 77 0 124 105 24 535 110 56
Binary 11001011 100001 111111 0 1010100 1000101 10100 101011101 1001000 101110

Color Harmonies of #CB213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB213F

Black with #CB213F

Text Example


Text Example

White with #CB213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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