Html Css Color HEX #C61248 Cardinal

📋 copy color: '#C61248'

red 198 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #C61248

Tints of Cardinal #C61248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

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

R = 68.75%
G = 6.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C61248 (or 0xC61248) is known color: Cardinal. HEX triplet: C6, 12 and 48. RGB value is (198,18,72). Sum of RGB (Red+Green+Blue) = 198+18+72=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C61248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61248 is #39EDB7. Grayscale: #4D4D4D. Windows color (decimal): -3796408 or 4723398. OLE color: 4723398.

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

Color convert

RGB 198 18 72 -
CMYK 0 0.91 0.64 0.22
HSL 342º 0.83% 0.42% -
HSV(B) 342º 0.91% 0.78% -
XYZ 24.67 12.91 7.32 -
YUV 77.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 198 18 72 0 0.91 0.64 0.22 342 0.83 0.42
Hex C6 12 48 0 5B 40 16 156 53 2A
Octal 306 22 110 0 133 100 26 526 123 52
Binary 11000110 10010 1001000 0 1011011 1000000 10110 101010110 1010011 101010

Color Harmonies of #C61248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61248

Black with #C61248

Text Example


Text Example

White with #C61248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61248; }

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

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

background-color css

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

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

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

border-color css

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

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

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