Html Css Color HEX #C10343 Cardinal

📋 copy color: '#C10343'

red 193 ◦ green 3 ◦ blue 67

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

Shades of Cardinal #C10343

Tints of Cardinal #C10343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 73.38%
G = 1.14%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C10343 (or 0xC10343) is known color: Cardinal. HEX triplet: C1, 03 and 43. RGB value is (193,3,67). Sum of RGB (Red+Green+Blue) = 193+3+67=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C10343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10343 is #3EFCBC. Grayscale: #434343. Windows color (decimal): -4127933 or 4391873. OLE color: 4391873.

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

Color convert

RGB 193 3 67 -
CMYK 0 0.98 0.65 0.24
HSL 339.79º 0.97% 0.38% -
HSV(B) 339.79º 0.98% 0.76% -
XYZ 23.04 11.81 6.38 -
YUV 67.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 193 3 67 0 0.98 0.65 0.24 339.79 0.97 0.38
Hex C1 3 43 0 62 41 18 154 61 26
Octal 301 3 103 0 142 101 30 524 141 46
Binary 11000001 11 1000011 0 1100010 1000001 11000 101010100 1100001 100110

Color Harmonies of #C10343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10343

Black with #C10343

Text Example


Text Example

White with #C10343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10343; }

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

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

background-color css

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

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

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

border-color css

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

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

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