Html Css Color HEX #C1093E Cardinal

📋 copy color: '#C1093E'

red 193 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #C1093E

Tints of Cardinal #C1093E

RGB

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

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

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

R = 73.11%
G = 3.41%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1093E (or 0xC1093E) is known color: Cardinal. HEX triplet: C1, 09 and 3E. RGB value is (193,9,62). Sum of RGB (Red+Green+Blue) = 193+9+62=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C1093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1093E is #3EF6C1. Grayscale: #464646. Windows color (decimal): -4126402 or 4065729. OLE color: 4065729.

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

Color convert

RGB 193 9 62 -
CMYK 0 0.95 0.68 0.24
HSL 342.72º 0.91% 0.4% -
HSV(B) 342.72º 0.95% 0.76% -
XYZ 22.96 11.88 5.64 -
YUV 70.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 193 9 62 0 0.95 0.68 0.24 342.72 0.91 0.4
Hex C1 9 3E 0 5F 44 18 157 5B 28
Octal 301 11 76 0 137 104 30 527 133 50
Binary 11000001 1001 111110 0 1011111 1000100 11000 101010111 1011011 101000

Color Harmonies of #C1093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1093E

Black with #C1093E

Text Example


Text Example

White with #C1093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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