Html Css Color HEX #C61448 Cardinal

📋 copy color: '#C61448'

red 198 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #C61448

Tints of Cardinal #C61448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 68.28%
G = 6.9%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C61448 (or 0xC61448) is known color: Cardinal. HEX triplet: C6, 14 and 48. RGB value is (198,20,72). Sum of RGB (Red+Green+Blue) = 198+20+72=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61448 is #39EBB7. Grayscale: #4F4F4F. Windows color (decimal): -3795896 or 4723910. OLE color: 4723910.

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

Color convert

RGB 198 20 72 -
CMYK 0 0.90 0.64 0.22
HSL 342.47º 0.82% 0.43% -
HSV(B) 342.47º 0.9% 0.78% -
XYZ 24.71 12.97 7.33 -
YUV 79.15 123.97 212.77 -
System Red Green Blue C M Y K H S L
Decimal 198 20 72 0 0.90 0.64 0.22 342.47 0.82 0.43
Hex C6 14 48 0 5A 40 16 156 52 2B
Octal 306 24 110 0 132 100 26 526 122 53
Binary 11000110 10100 1001000 0 1011010 1000000 10110 101010110 1010010 101011

Color Harmonies of #C61448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61448

Black with #C61448

Text Example


Text Example

White with #C61448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61448; }

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

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

background-color css

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

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

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

border-color css

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

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

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