Html Css Color HEX #C1083C Cardinal

📋 copy color: '#C1083C'

red 193 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #C1083C

Tints of Cardinal #C1083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 73.95%
G = 3.07%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1083C (or 0xC1083C) is known color: Cardinal. HEX triplet: C1, 08 and 3C. RGB value is (193,8,60). Sum of RGB (Red+Green+Blue) = 193+8+60=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1083C is #3EF7C3. Grayscale: #454545. Windows color (decimal): -4126660 or 3934401. OLE color: 3934401.

HSL color Cylindrical-coordinate representation of color #C1083C: hue angle of 343.14º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1083C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 60 -
CMYK 0 0.96 0.69 0.24
HSL 343.14º 0.92% 0.39% -
HSV(B) 343.14º 0.96% 0.76% -
XYZ 22.89 11.84 5.35 -
YUV 69.24 122.79 216.27 -
System Red Green Blue C M Y K H S L
Decimal 193 8 60 0 0.96 0.69 0.24 343.14 0.92 0.39
Hex C1 8 3C 0 60 45 18 157 5C 27
Octal 301 10 74 0 140 105 30 527 134 47
Binary 11000001 1000 111100 0 1100000 1000101 11000 101010111 1011100 100111

Color Harmonies of #C1083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1083C

Black with #C1083C

Text Example


Text Example

White with #C1083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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