Html Css Color HEX #C61240 Cardinal

📋 copy color: '#C61240'

red 198 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #C61240

Tints of Cardinal #C61240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 70.71%
G = 6.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C61240 (or 0xC61240) is known color: Cardinal. HEX triplet: C6, 12 and 40. RGB value is (198,18,64). Sum of RGB (Red+Green+Blue) = 198+18+64=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C61240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61240 is #39EDBF. Grayscale: #4D4D4D. Windows color (decimal): -3796416 or 4199110. OLE color: 4199110.

HSL color Cylindrical-coordinate representation of color #C61240: hue angle of 344.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61240 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 64 -
CMYK 0 0.91 0.68 0.22
HSL 344.67º 0.83% 0.42% -
HSV(B) 344.67º 0.91% 0.78% -
XYZ 24.43 12.81 6.04 -
YUV 77.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 198 18 64 0 0.91 0.68 0.22 344.67 0.83 0.42
Hex C6 12 40 0 5B 44 16 159 53 2A
Octal 306 22 100 0 133 104 26 531 123 52
Binary 11000110 10010 1000000 0 1011011 1000100 10110 101011001 1010011 101010

Color Harmonies of #C61240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61240

Black with #C61240

Text Example


Text Example

White with #C61240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61240; }

 p { color: rgb(198,18,64); }

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

background-color css

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

 a { background-color: rgb(198,18,64); }

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

border-color css

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

 span { border-color: rgb(198,18,64); }

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