Html Css Color HEX #C1033A Cardinal

📋 copy color: '#C1033A'

red 193 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #C1033A

Tints of Cardinal #C1033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 75.98%
G = 1.18%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1033A (or 0xC1033A) is known color: Cardinal. HEX triplet: C1, 03 and 3A. RGB value is (193,3,58). Sum of RGB (Red+Green+Blue) = 193+3+58=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1033A is #3EFCC5. Grayscale: #424242. Windows color (decimal): -4127942 or 3802049. OLE color: 3802049.

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

Color convert

RGB 193 3 58 -
CMYK 0 0.98 0.70 0.24
HSL 342.63º 0.97% 0.38% -
HSV(B) 342.63º 0.98% 0.76% -
XYZ 22.79 11.71 5.06 -
YUV 66.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 193 3 58 0 0.98 0.70 0.24 342.63 0.97 0.38
Hex C1 3 3A 0 62 46 18 157 61 26
Octal 301 3 72 0 142 106 30 527 141 46
Binary 11000001 11 111010 0 1100010 1000110 11000 101010111 1100001 100110

Color Harmonies of #C1033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1033A

Black with #C1033A

Text Example


Text Example

White with #C1033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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