Html Css Color HEX #C10142 Cardinal

📋 copy color: '#C10142'

red 193 ◦ green 1 ◦ blue 66

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

Shades of Cardinal #C10142

Tints of Cardinal #C10142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 74.23%
G = 0.38%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C10142 (or 0xC10142) is known color: Cardinal. HEX triplet: C1, 01 and 42. RGB value is (193,1,66). Sum of RGB (Red+Green+Blue) = 193+1+66=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C10142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10142 is #3EFEBD. Grayscale: #414141. Windows color (decimal): -4128446 or 4325825. OLE color: 4325825.

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

Color convert

RGB 193 1 66 -
CMYK 0 0.99 0.66 0.24
HSL 339.69º 0.99% 0.38% -
HSV(B) 339.69º 0.99% 0.76% -
XYZ 22.99 11.75 6.21 -
YUV 65.82 128.11 218.71 -
System Red Green Blue C M Y K H S L
Decimal 193 1 66 0 0.99 0.66 0.24 339.69 0.99 0.38
Hex C1 1 42 0 63 42 18 154 63 26
Octal 301 1 102 0 143 102 30 524 143 46
Binary 11000001 1 1000010 0 1100011 1000010 11000 101010100 1100011 100110

Color Harmonies of #C10142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10142

Black with #C10142

Text Example


Text Example

White with #C10142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10142; }

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

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

background-color css

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

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

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

border-color css

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

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

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