Html Css Color HEX #C62246 Cardinal

📋 copy color: '#C62246'

red 198 ◦ green 34 ◦ blue 70

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

Shades of Cardinal #C62246

Tints of Cardinal #C62246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 65.56%
G = 11.26%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62246 (or 0xC62246) is known color: Cardinal. HEX triplet: C6, 22 and 46. RGB value is (198,34,70). Sum of RGB (Red+Green+Blue) = 198+34+70=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62246 is #39DDB9. Grayscale: #575757. Windows color (decimal): -3792314 or 4596422. OLE color: 4596422.

HSL color Cylindrical-coordinate representation of color #C62246: hue angle of 346.83º 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 #C62246 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 34 70 -
CMYK 0 0.83 0.65 0.22
HSL 346.83º 0.71% 0.45% -
HSV(B) 346.83º 0.83% 0.78% -
XYZ 24.97 13.59 7.1 -
YUV 87.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 198 34 70 0 0.83 0.65 0.22 346.83 0.71 0.45
Hex C6 22 46 0 53 41 16 15B 47 2D
Octal 306 42 106 0 123 101 26 533 107 55
Binary 11000110 100010 1000110 0 1010011 1000001 10110 101011011 1000111 101101

Color Harmonies of #C62246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62246

Black with #C62246

Text Example


Text Example

White with #C62246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62246; }

 p { color: rgb(198,34,70); }

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

background-color css

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

 a { background-color: rgb(198,34,70); }

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

border-color css

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

 span { border-color: rgb(198,34,70); }

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