Html Css Color HEX #C62837 Cardinal

📋 copy color: '#C62837'

red 198 ◦ green 40 ◦ blue 55

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

Shades of Cardinal #C62837

Tints of Cardinal #C62837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 67.58%
G = 13.65%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C62837 (or 0xC62837) is known color: Cardinal. HEX triplet: C6, 28 and 37. RGB value is (198,40,55). Sum of RGB (Red+Green+Blue) = 198+40+55=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C62837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62837 is #39D7C8. Grayscale: #595959. Windows color (decimal): -3790793 or 3614918. OLE color: 3614918.

HSL color Cylindrical-coordinate representation of color #C62837: hue angle of 354.3º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62837 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 55 -
CMYK 0 0.80 0.72 0.22
HSL 354.3º 0.66% 0.47% -
HSV(B) 354.3º 0.8% 0.78% -
XYZ 24.74 13.8 4.97 -
YUV 88.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 198 40 55 0 0.80 0.72 0.22 354.3 0.66 0.47
Hex C6 28 37 0 50 48 16 162 42 2F
Octal 306 50 67 0 120 110 26 542 102 57
Binary 11000110 101000 110111 0 1010000 1001000 10110 101100010 1000010 101111

Color Harmonies of #C62837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62837

Black with #C62837

Text Example


Text Example

White with #C62837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62837; }

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

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

background-color css

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

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

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

border-color css

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

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

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