Html Css Color HEX #C61842 Cardinal

📋 copy color: '#C61842'

red 198 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #C61842

Tints of Cardinal #C61842

RGB

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

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

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

R = 68.75%
G = 8.33%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C61842 (or 0xC61842) is known color: Cardinal. HEX triplet: C6, 18 and 42. RGB value is (198,24,66). Sum of RGB (Red+Green+Blue) = 198+24+66=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C61842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61842 is #39E7BD. Grayscale: #505050. Windows color (decimal): -3794878 or 4331718. OLE color: 4331718.

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

Color convert

RGB 198 24 66 -
CMYK 0 0.88 0.67 0.22
HSL 345.52º 0.78% 0.44% -
HSV(B) 345.52º 0.88% 0.78% -
XYZ 24.6 13.05 6.38 -
YUV 80.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 198 24 66 0 0.88 0.67 0.22 345.52 0.78 0.44
Hex C6 18 42 0 58 43 16 15A 4E 2C
Octal 306 30 102 0 130 103 26 532 116 54
Binary 11000110 11000 1000010 0 1011000 1000011 10110 101011010 1001110 101100

Color Harmonies of #C61842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61842

Black with #C61842

Text Example


Text Example

White with #C61842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61842; }

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

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

background-color css

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

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

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

border-color css

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

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

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