Html Css Color HEX #C10948 Cardinal

📋 copy color: '#C10948'

red 193 ◦ green 9 ◦ blue 72

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

Shades of Cardinal #C10948

Tints of Cardinal #C10948

RGB

 RED value IS 193 (75.78% from 255) = 70.44%

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 70.44%
G = 3.28%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10948 (or 0xC10948) is known color: Cardinal. HEX triplet: C1, 09 and 48. RGB value is (193,9,72). Sum of RGB (Red+Green+Blue) = 193+9+72=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C10948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10948 is #3EF6B7. Grayscale: #474747. Windows color (decimal): -4126392 or 4721089. OLE color: 4721089.

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

Color convert

RGB 193 9 72 -
CMYK 0 0.95 0.63 0.24
HSL 339.46º 0.91% 0.4% -
HSV(B) 339.46º 0.95% 0.76% -
XYZ 23.26 12 7.22 -
YUV 71.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 193 9 72 0 0.95 0.63 0.24 339.46 0.91 0.4
Hex C1 9 48 0 5F 3F 18 153 5B 28
Octal 301 11 110 0 137 77 30 523 133 50
Binary 11000001 1001 1001000 0 1011111 111111 11000 101010011 1011011 101000

Color Harmonies of #C10948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10948

Black with #C10948

Text Example


Text Example

White with #C10948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10948; }

 p { color: rgb(193,9,72); }

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

background-color css

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

 a { background-color: rgb(193,9,72); }

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

border-color css

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

 span { border-color: rgb(193,9,72); }

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