Html Css Color HEX #CB212E Cardinal

📋 copy color: '#CB212E'

red 203 ◦ green 33 ◦ blue 46

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

Shades of Cardinal #CB212E

Tints of Cardinal #CB212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 71.99%
G = 11.7%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB212E (or 0xCB212E) is known color: Cardinal. HEX triplet: CB, 21 and 2E. RGB value is (203,33,46). Sum of RGB (Red+Green+Blue) = 203+33+46=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB212E is #34DED1. Grayscale: #555555. Windows color (decimal): -3464914 or 3023307. OLE color: 3023307.

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

Color convert

RGB 203 33 46 -
CMYK 0 0.84 0.77 0.20
HSL 355.41º 0.72% 0.46% -
HSV(B) 355.41º 0.84% 0.8% -
XYZ 25.67 13.98 3.93 -
YUV 85.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 203 33 46 0 0.84 0.77 0.20 355.41 0.72 0.46
Hex CB 21 2E 0 54 4D 14 163 48 2E
Octal 313 41 56 0 124 115 24 543 110 56
Binary 11001011 100001 101110 0 1010100 1001101 10100 101100011 1001000 101110

Color Harmonies of #CB212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB212E

Black with #CB212E

Text Example


Text Example

White with #CB212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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