Html Css Color HEX #C62044 Cardinal

📋 copy color: '#C62044'

red 198 ◦ green 32 ◦ blue 68

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

Shades of Cardinal #C62044

Tints of Cardinal #C62044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 66.44%
G = 10.74%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C62044 (or 0xC62044) is known color: Cardinal. HEX triplet: C6, 20 and 44. RGB value is (198,32,68). Sum of RGB (Red+Green+Blue) = 198+32+68=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C62044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62044 is #39DFBB. Grayscale: #555555. Windows color (decimal): -3792828 or 4464838. OLE color: 4464838.

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

Color convert

RGB 198 32 68 -
CMYK 0 0.84 0.66 0.22
HSL 346.99º 0.72% 0.45% -
HSV(B) 346.99º 0.84% 0.78% -
XYZ 24.85 13.46 6.76 -
YUV 85.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 198 32 68 0 0.84 0.66 0.22 346.99 0.72 0.45
Hex C6 20 44 0 54 42 16 15B 48 2D
Octal 306 40 104 0 124 102 26 533 110 55
Binary 11000110 100000 1000100 0 1010100 1000010 10110 101011011 1001000 101101

Color Harmonies of #C62044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62044

Black with #C62044

Text Example


Text Example

White with #C62044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62044; }

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

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

background-color css

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

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

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

border-color css

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

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

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