Html Css Color HEX #C31148 Cardinal

📋 copy color: '#C31148'

red 195 ◦ green 17 ◦ blue 72

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

Shades of Cardinal #C31148

Tints of Cardinal #C31148

RGB

 RED value IS 195 (76.56% from 255) = 68.66%

 GREEN value IS 17 (7.03% from 255) = 5.99%

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

R = 68.66%
G = 5.99%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C31148 (or 0xC31148) is known color: Cardinal. HEX triplet: C3, 11 and 48. RGB value is (195,17,72). Sum of RGB (Red+Green+Blue) = 195+17+72=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C31148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31148 is #3CEEB7. Grayscale: #4C4C4C. Windows color (decimal): -3993272 or 4723139. OLE color: 4723139.

HSL color Cylindrical-coordinate representation of color #C31148: hue angle of 341.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31148 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 72 -
CMYK 0 0.91 0.63 0.24
HSL 341.46º 0.84% 0.42% -
HSV(B) 341.46º 0.91% 0.76% -
XYZ 23.88 12.47 7.28 -
YUV 76.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 195 17 72 0 0.91 0.63 0.24 341.46 0.84 0.42
Hex C3 11 48 0 5B 3F 18 155 54 2A
Octal 303 21 110 0 133 77 30 525 124 52
Binary 11000011 10001 1001000 0 1011011 111111 11000 101010101 1010100 101010

Color Harmonies of #C31148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31148

Black with #C31148

Text Example


Text Example

White with #C31148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31148; }

 p { color: rgb(195,17,72); }

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

background-color css

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

 a { background-color: rgb(195,17,72); }

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

border-color css

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

 span { border-color: rgb(195,17,72); }

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