Html Css Color HEX #C10749 Cardinal

📋 copy color: '#C10749'

red 193 ◦ green 7 ◦ blue 73

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

Shades of Cardinal #C10749

Tints of Cardinal #C10749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 70.7%
G = 2.56%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C10749 (or 0xC10749) is known color: Cardinal. HEX triplet: C1, 07 and 49. RGB value is (193,7,73). Sum of RGB (Red+Green+Blue) = 193+7+73=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C10749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10749 is #3EF8B6. Grayscale: #464646. Windows color (decimal): -4126903 or 4786113. OLE color: 4786113.

HSL color Cylindrical-coordinate representation of color #C10749: hue angle of 338.71º 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 #C10749 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 73 -
CMYK 0 0.96 0.62 0.24
HSL 338.71º 0.93% 0.39% -
HSV(B) 338.71º 0.96% 0.76% -
XYZ 23.27 11.97 7.39 -
YUV 70.14 129.62 215.63 -
System Red Green Blue C M Y K H S L
Decimal 193 7 73 0 0.96 0.62 0.24 338.71 0.93 0.39
Hex C1 7 49 0 60 3E 18 153 5D 27
Octal 301 7 111 0 140 76 30 523 135 47
Binary 11000001 111 1001001 0 1100000 111110 11000 101010011 1011101 100111

Color Harmonies of #C10749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10749

Black with #C10749

Text Example


Text Example

White with #C10749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10749; }

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

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

background-color css

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

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

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

border-color css

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

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

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