Html Css Color HEX #C61840 Cardinal

📋 copy color: '#C61840'

red 198 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #C61840

Tints of Cardinal #C61840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 69.23%
G = 8.39%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C61840 (or 0xC61840) is known color: Cardinal. HEX triplet: C6, 18 and 40. RGB value is (198,24,64). Sum of RGB (Red+Green+Blue) = 198+24+64=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C61840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61840 is #39E7BF. Grayscale: #505050. Windows color (decimal): -3794880 or 4200646. OLE color: 4200646.

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

Color convert

RGB 198 24 64 -
CMYK 0 0.88 0.68 0.22
HSL 346.21º 0.78% 0.44% -
HSV(B) 346.21º 0.88% 0.78% -
XYZ 24.54 13.03 6.07 -
YUV 80.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 198 24 64 0 0.88 0.68 0.22 346.21 0.78 0.44
Hex C6 18 40 0 58 44 16 15A 4E 2C
Octal 306 30 100 0 130 104 26 532 116 54
Binary 11000110 11000 1000000 0 1011000 1000100 10110 101011010 1001110 101100

Color Harmonies of #C61840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61840

Black with #C61840

Text Example


Text Example

White with #C61840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61840; }

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

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

background-color css

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

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

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

border-color css

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

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

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