Html Css Color HEX #C10347 Cardinal

📋 copy color: '#C10347'

red 193 ◦ green 3 ◦ blue 71

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

Shades of Cardinal #C10347

Tints of Cardinal #C10347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 71 (28.13% from 255) = 26.59%

R = 72.28%
G = 1.12%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10347 (or 0xC10347) is known color: Cardinal. HEX triplet: C1, 03 and 47. RGB value is (193,3,71). Sum of RGB (Red+Green+Blue) = 193+3+71=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C10347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10347 is #3EFCB8. Grayscale: #434343. Windows color (decimal): -4127929 or 4654017. OLE color: 4654017.

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

Color convert

RGB 193 3 71 -
CMYK 0 0.98 0.63 0.24
HSL 338.53º 0.97% 0.38% -
HSV(B) 338.53º 0.98% 0.76% -
XYZ 23.16 11.86 7.03 -
YUV 67.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 193 3 71 0 0.98 0.63 0.24 338.53 0.97 0.38
Hex C1 3 47 0 62 3F 18 153 61 26
Octal 301 3 107 0 142 77 30 523 141 46
Binary 11000001 11 1000111 0 1100010 111111 11000 101010011 1100001 100110

Color Harmonies of #C10347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10347

Black with #C10347

Text Example


Text Example

White with #C10347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10347; }

 p { color: rgb(193,3,71); }

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

background-color css

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

 a { background-color: rgb(193,3,71); }

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

border-color css

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

 span { border-color: rgb(193,3,71); }

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