Html Css Color HEX #C61437 Cardinal

📋 copy color: '#C61437'

red 198 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #C61437

Tints of Cardinal #C61437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 72.53%
G = 7.33%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C61437 (or 0xC61437) is known color: Cardinal. HEX triplet: C6, 14 and 37. RGB value is (198,20,55). Sum of RGB (Red+Green+Blue) = 198+20+55=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C61437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61437 is #39EBC8. Grayscale: #4D4D4D. Windows color (decimal): -3795913 or 3609798. OLE color: 3609798.

HSL color Cylindrical-coordinate representation of color #C61437: hue angle of 348.2º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61437 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 55 -
CMYK 0 0.90 0.72 0.22
HSL 348.2º 0.82% 0.43% -
HSV(B) 348.2º 0.9% 0.78% -
XYZ 24.23 12.78 4.8 -
YUV 77.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 198 20 55 0 0.90 0.72 0.22 348.2 0.82 0.43
Hex C6 14 37 0 5A 48 16 15C 52 2B
Octal 306 24 67 0 132 110 26 534 122 53
Binary 11000110 10100 110111 0 1011010 1001000 10110 101011100 1010010 101011

Color Harmonies of #C61437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61437

Black with #C61437

Text Example


Text Example

White with #C61437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61437; }

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

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

background-color css

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

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

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

border-color css

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

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

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