Html Css Color HEX #C61044 Cardinal

📋 copy color: '#C61044'

red 198 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #C61044

Tints of Cardinal #C61044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 68 (26.95% from 255) = 24.11%

R = 70.21%
G = 5.67%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C61044 (or 0xC61044) is known color: Cardinal. HEX triplet: C6, 10 and 44. RGB value is (198,16,68). Sum of RGB (Red+Green+Blue) = 198+16+68=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C61044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61044 is #39EFBB. Grayscale: #4C4C4C. Windows color (decimal): -3796924 or 4460742. OLE color: 4460742.

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

Color convert

RGB 198 16 68 -
CMYK 0 0.92 0.66 0.22
HSL 342.86º 0.85% 0.42% -
HSV(B) 342.86º 0.92% 0.78% -
XYZ 24.52 12.79 6.65 -
YUV 76.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 198 16 68 0 0.92 0.66 0.22 342.86 0.85 0.42
Hex C6 10 44 0 5C 42 16 157 55 2A
Octal 306 20 104 0 134 102 26 527 125 52
Binary 11000110 10000 1000100 0 1011100 1000010 10110 101010111 1010101 101010

Color Harmonies of #C61044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61044

Black with #C61044

Text Example


Text Example

White with #C61044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61044; }

 p { color: rgb(198,16,68); }

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

background-color css

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

 a { background-color: rgb(198,16,68); }

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

border-color css

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

 span { border-color: rgb(198,16,68); }

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