Html Css Color HEX #C1023E Cardinal

📋 copy color: '#C1023E'

red 193 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #C1023E

Tints of Cardinal #C1023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 75.1%
G = 0.78%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1023E (or 0xC1023E) is known color: Cardinal. HEX triplet: C1, 02 and 3E. RGB value is (193,2,62). Sum of RGB (Red+Green+Blue) = 193+2+62=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1023E is #3EFDC1. Grayscale: #414141. Windows color (decimal): -4128194 or 4063937. OLE color: 4063937.

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

Color convert

RGB 193 2 62 -
CMYK 0 0.99 0.68 0.24
HSL 341.15º 0.98% 0.38% -
HSV(B) 341.15º 0.99% 0.76% -
XYZ 22.88 11.73 5.62 -
YUV 65.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 193 2 62 0 0.99 0.68 0.24 341.15 0.98 0.38
Hex C1 2 3E 0 63 44 18 155 62 26
Octal 301 2 76 0 143 104 30 525 142 46
Binary 11000001 10 111110 0 1100011 1000100 11000 101010101 1100010 100110

Color Harmonies of #C1023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1023E

Black with #C1023E

Text Example


Text Example

White with #C1023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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