Html Css Color HEX #C10748 Cardinal

📋 copy color: '#C10748'

red 193 ◦ green 7 ◦ blue 72

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

Shades of Cardinal #C10748

Tints of Cardinal #C10748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 70.96%
G = 2.57%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10748 (or 0xC10748) is known color: Cardinal. HEX triplet: C1, 07 and 48. RGB value is (193,7,72). Sum of RGB (Red+Green+Blue) = 193+7+72=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C10748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10748 is #3EF8B7. Grayscale: #454545. Windows color (decimal): -4126904 or 4720577. OLE color: 4720577.

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

Color convert

RGB 193 7 72 -
CMYK 0 0.96 0.63 0.24
HSL 339.03º 0.93% 0.39% -
HSV(B) 339.03º 0.96% 0.76% -
XYZ 23.24 11.96 7.21 -
YUV 70.02 129.12 215.71 -
System Red Green Blue C M Y K H S L
Decimal 193 7 72 0 0.96 0.63 0.24 339.03 0.93 0.39
Hex C1 7 48 0 60 3F 18 153 5D 27
Octal 301 7 110 0 140 77 30 523 135 47
Binary 11000001 111 1001000 0 1100000 111111 11000 101010011 1011101 100111

Color Harmonies of #C10748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10748

Black with #C10748

Text Example


Text Example

White with #C10748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10748; }

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

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

background-color css

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

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

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

border-color css

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

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

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