Html Css Color HEX #C1024A Cardinal

📋 copy color: '#C1024A'

red 193 ◦ green 2 ◦ blue 74

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

Shades of Cardinal #C1024A

Tints of Cardinal #C1024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 71.75%
G = 0.74%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1024A (or 0xC1024A) is known color: Cardinal. HEX triplet: C1, 02 and 4A. RGB value is (193,2,74). Sum of RGB (Red+Green+Blue) = 193+2+74=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1024A is #3EFDB5. Grayscale: #434343. Windows color (decimal): -4128182 or 4850369. OLE color: 4850369.

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

Color convert

RGB 193 2 74 -
CMYK 0 0.99 0.62 0.24
HSL 337.38º 0.98% 0.38% -
HSV(B) 337.38º 0.99% 0.76% -
XYZ 23.25 11.88 7.55 -
YUV 67.32 131.78 217.65 -
System Red Green Blue C M Y K H S L
Decimal 193 2 74 0 0.99 0.62 0.24 337.38 0.98 0.38
Hex C1 2 4A 0 63 3E 18 151 62 26
Octal 301 2 112 0 143 76 30 521 142 46
Binary 11000001 10 1001010 0 1100011 111110 11000 101010001 1100010 100110

Color Harmonies of #C1024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1024A

Black with #C1024A

Text Example


Text Example

White with #C1024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1024A; }

 p { color: rgb(193,2,74); }

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

background-color css

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

 a { background-color: rgb(193,2,74); }

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

border-color css

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

 span { border-color: rgb(193,2,74); }

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