Html Css Color HEX #C6213B Cardinal

📋 copy color: '#C6213B'

red 198 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #C6213B

Tints of Cardinal #C6213B

RGB

 RED value IS 198 (77.73% from 255) = 68.28%

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

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 68.28%
G = 11.38%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6213B (or 0xC6213B) is known color: Cardinal. HEX triplet: C6, 21 and 3B. RGB value is (198,33,59). Sum of RGB (Red+Green+Blue) = 198+33+59=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6213B is #39DEC4. Grayscale: #555555. Windows color (decimal): -3792581 or 3875270. OLE color: 3875270.

HSL color Cylindrical-coordinate representation of color #C6213B: hue angle of 350.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6213B is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 59 -
CMYK 0 0.83 0.70 0.22
HSL 350.55º 0.71% 0.45% -
HSV(B) 350.55º 0.83% 0.78% -
XYZ 24.62 13.41 5.43 -
YUV 85.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 198 33 59 0 0.83 0.70 0.22 350.55 0.71 0.45
Hex C6 21 3B 0 53 46 16 15F 47 2D
Octal 306 41 73 0 123 106 26 537 107 55
Binary 11000110 100001 111011 0 1010011 1000110 10110 101011111 1000111 101101

Color Harmonies of #C6213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6213B

Black with #C6213B

Text Example


Text Example

White with #C6213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6213B; }

 p { color: rgb(198,33,59); }

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

background-color css

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

 a { background-color: rgb(198,33,59); }

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

border-color css

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

 span { border-color: rgb(198,33,59); }

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