Html Css Color HEX #C61440 Cardinal

📋 copy color: '#C61440'

red 198 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #C61440

Tints of Cardinal #C61440

RGB

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

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

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

R = 70.21%
G = 7.09%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C61440 (or 0xC61440) is known color: Cardinal. HEX triplet: C6, 14 and 40. RGB value is (198,20,64). Sum of RGB (Red+Green+Blue) = 198+20+64=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C61440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61440 is #39EBBF. Grayscale: #4E4E4E. Windows color (decimal): -3795904 or 4199622. OLE color: 4199622.

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

Color convert

RGB 198 20 64 -
CMYK 0 0.90 0.68 0.22
HSL 345.17º 0.82% 0.43% -
HSV(B) 345.17º 0.9% 0.78% -
XYZ 24.46 12.88 6.05 -
YUV 78.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 198 20 64 0 0.90 0.68 0.22 345.17 0.82 0.43
Hex C6 14 40 0 5A 44 16 159 52 2B
Octal 306 24 100 0 132 104 26 531 122 53
Binary 11000110 10100 1000000 0 1011010 1000100 10110 101011001 1010010 101011

Color Harmonies of #C61440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61440

Black with #C61440

Text Example


Text Example

White with #C61440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61440; }

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

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

background-color css

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

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

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

border-color css

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

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

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