Html Css Color HEX #C62037 Cardinal

📋 copy color: '#C62037'

red 198 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #C62037

Tints of Cardinal #C62037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 69.47%
G = 11.23%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C62037 (or 0xC62037) is known color: Cardinal. HEX triplet: C6, 20 and 37. RGB value is (198,32,55). Sum of RGB (Red+Green+Blue) = 198+32+55=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62037 is #39DFC8. Grayscale: #545454. Windows color (decimal): -3792841 or 3612870. OLE color: 3612870.

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

Color convert

RGB 198 32 55 -
CMYK 0 0.84 0.72 0.22
HSL 351.69º 0.72% 0.45% -
HSV(B) 351.69º 0.84% 0.78% -
XYZ 24.49 13.31 4.89 -
YUV 84.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 198 32 55 0 0.84 0.72 0.22 351.69 0.72 0.45
Hex C6 20 37 0 54 48 16 160 48 2D
Octal 306 40 67 0 124 110 26 540 110 55
Binary 11000110 100000 110111 0 1010100 1001000 10110 101100000 1001000 101101

Color Harmonies of #C62037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62037

Black with #C62037

Text Example


Text Example

White with #C62037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62037; }

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

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

background-color css

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

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

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

border-color css

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

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

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