Html Css Color HEX #C61942 Cardinal

📋 copy color: '#C61942'

red 198 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #C61942

Tints of Cardinal #C61942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 68.51%
G = 8.65%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C61942 (or 0xC61942) is known color: Cardinal. HEX triplet: C6, 19 and 42. RGB value is (198,25,66). Sum of RGB (Red+Green+Blue) = 198+25+66=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C61942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61942 is #39E6BD. Grayscale: #515151. Windows color (decimal): -3794622 or 4331974. OLE color: 4331974.

HSL color Cylindrical-coordinate representation of color #C61942: hue angle of 345.78º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61942 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 66 -
CMYK 0 0.87 0.67 0.22
HSL 345.78º 0.78% 0.44% -
HSV(B) 345.78º 0.87% 0.78% -
XYZ 24.62 13.09 6.38 -
YUV 81.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 198 25 66 0 0.87 0.67 0.22 345.78 0.78 0.44
Hex C6 19 42 0 57 43 16 15A 4E 2C
Octal 306 31 102 0 127 103 26 532 116 54
Binary 11000110 11001 1000010 0 1010111 1000011 10110 101011010 1001110 101100

Color Harmonies of #C61942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61942

Black with #C61942

Text Example


Text Example

White with #C61942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61942; }

 p { color: rgb(198,25,66); }

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

background-color css

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

 a { background-color: rgb(198,25,66); }

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

border-color css

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

 span { border-color: rgb(198,25,66); }

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