Html Css Color HEX #C10143 Cardinal

📋 copy color: '#C10143'

red 193 ◦ green 1 ◦ blue 67

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

Shades of Cardinal #C10143

Tints of Cardinal #C10143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 73.95%
G = 0.38%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C10143 (or 0xC10143) is known color: Cardinal. HEX triplet: C1, 01 and 43. RGB value is (193,1,67). Sum of RGB (Red+Green+Blue) = 193+1+67=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C10143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10143 is #3EFEBC. Grayscale: #414141. Windows color (decimal): -4128445 or 4391361. OLE color: 4391361.

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

Color convert

RGB 193 1 67 -
CMYK 0 0.99 0.65 0.24
HSL 339.38º 0.99% 0.38% -
HSV(B) 339.38º 0.99% 0.76% -
XYZ 23.02 11.76 6.37 -
YUV 65.93 128.61 218.63 -
System Red Green Blue C M Y K H S L
Decimal 193 1 67 0 0.99 0.65 0.24 339.38 0.99 0.38
Hex C1 1 43 0 63 41 18 153 63 26
Octal 301 1 103 0 143 101 30 523 143 46
Binary 11000001 1 1000011 0 1100011 1000001 11000 101010011 1100011 100110

Color Harmonies of #C10143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10143

Black with #C10143

Text Example


Text Example

White with #C10143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10143; }

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

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

background-color css

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

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

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

border-color css

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

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

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