Html Css Color HEX #C62045 Cardinal

📋 copy color: '#C62045'

red 198 ◦ green 32 ◦ blue 69

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

Shades of Cardinal #C62045

Tints of Cardinal #C62045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 66.22%
G = 10.7%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62045 (or 0xC62045) is known color: Cardinal. HEX triplet: C6, 20 and 45. RGB value is (198,32,69). Sum of RGB (Red+Green+Blue) = 198+32+69=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C62045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62045 is #39DFBA. Grayscale: #555555. Windows color (decimal): -3792827 or 4530374. OLE color: 4530374.

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

Color convert

RGB 198 32 69 -
CMYK 0 0.84 0.65 0.22
HSL 346.63º 0.72% 0.45% -
HSV(B) 346.63º 0.84% 0.78% -
XYZ 24.88 13.47 6.92 -
YUV 85.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 198 32 69 0 0.84 0.65 0.22 346.63 0.72 0.45
Hex C6 20 45 0 54 41 16 15B 48 2D
Octal 306 40 105 0 124 101 26 533 110 55
Binary 11000110 100000 1000101 0 1010100 1000001 10110 101011011 1001000 101101

Color Harmonies of #C62045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62045

Black with #C62045

Text Example


Text Example

White with #C62045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62045; }

 p { color: rgb(198,32,69); }

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

background-color css

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

 a { background-color: rgb(198,32,69); }

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

border-color css

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

 span { border-color: rgb(198,32,69); }

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