Html Css Color HEX #C1033C Cardinal

📋 copy color: '#C1033C'

red 193 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #C1033C

Tints of Cardinal #C1033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 75.39%
G = 1.17%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1033C (or 0xC1033C) is known color: Cardinal. HEX triplet: C1, 03 and 3C. RGB value is (193,3,60). Sum of RGB (Red+Green+Blue) = 193+3+60=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1033C is #3EFCC3. Grayscale: #424242. Windows color (decimal): -4127940 or 3933121. OLE color: 3933121.

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

Color convert

RGB 193 3 60 -
CMYK 0 0.98 0.69 0.24
HSL 342º 0.97% 0.38% -
HSV(B) 342º 0.98% 0.76% -
XYZ 22.84 11.73 5.34 -
YUV 66.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 193 3 60 0 0.98 0.69 0.24 342 0.97 0.38
Hex C1 3 3C 0 62 45 18 156 61 26
Octal 301 3 74 0 142 105 30 526 141 46
Binary 11000001 11 111100 0 1100010 1000101 11000 101010110 1100001 100110

Color Harmonies of #C1033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1033C

Black with #C1033C

Text Example


Text Example

White with #C1033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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