Html Css Color HEX #C62147 Cardinal

📋 copy color: '#C62147'

red 198 ◦ green 33 ◦ blue 71

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

Shades of Cardinal #C62147

Tints of Cardinal #C62147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 65.56%
G = 10.93%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C62147 (or 0xC62147) is known color: Cardinal. HEX triplet: C6, 21 and 47. RGB value is (198,33,71). Sum of RGB (Red+Green+Blue) = 198+33+71=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C62147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62147 is #39DEB8. Grayscale: #565656. Windows color (decimal): -3792569 or 4661702. OLE color: 4661702.

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

Color convert

RGB 198 33 71 -
CMYK 0 0.83 0.64 0.22
HSL 346.18º 0.71% 0.45% -
HSV(B) 346.18º 0.83% 0.78% -
XYZ 24.97 13.55 7.26 -
YUV 86.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 198 33 71 0 0.83 0.64 0.22 346.18 0.71 0.45
Hex C6 21 47 0 53 40 16 15A 47 2D
Octal 306 41 107 0 123 100 26 532 107 55
Binary 11000110 100001 1000111 0 1010011 1000000 10110 101011010 1000111 101101

Color Harmonies of #C62147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62147

Black with #C62147

Text Example


Text Example

White with #C62147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62147; }

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

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

background-color css

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

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

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

border-color css

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

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

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