Html Css Color HEX #C1093F Cardinal

📋 copy color: '#C1093F'

red 193 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #C1093F

Tints of Cardinal #C1093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 63 (25% from 255) = 23.77%

R = 72.83%
G = 3.4%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1093F (or 0xC1093F) is known color: Cardinal. HEX triplet: C1, 09 and 3F. RGB value is (193,9,63). Sum of RGB (Red+Green+Blue) = 193+9+63=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C1093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1093F is #3EF6C0. Grayscale: #464646. Windows color (decimal): -4126401 or 4131265. OLE color: 4131265.

HSL color Cylindrical-coordinate representation of color #C1093F: hue angle of 342.39º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1093F is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 63 -
CMYK 0 0.95 0.67 0.24
HSL 342.39º 0.91% 0.4% -
HSV(B) 342.39º 0.95% 0.76% -
XYZ 22.99 11.89 5.79 -
YUV 70.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 193 9 63 0 0.95 0.67 0.24 342.39 0.91 0.4
Hex C1 9 3F 0 5F 43 18 156 5B 28
Octal 301 11 77 0 137 103 30 526 133 50
Binary 11000001 1001 111111 0 1011111 1000011 11000 101010110 1011011 101000

Color Harmonies of #C1093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1093F

Black with #C1093F

Text Example


Text Example

White with #C1093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1093F; }

 p { color: rgb(193,9,63); }

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

background-color css

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

 a { background-color: rgb(193,9,63); }

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

border-color css

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

 span { border-color: rgb(193,9,63); }

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