Html Css Color HEX #C1092F Cardinal

📋 copy color: '#C1092F'

red 193 ◦ green 9 ◦ blue 47

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

Shades of Cardinal #C1092F

Tints of Cardinal #C1092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 77.51%
G = 3.61%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1092F (or 0xC1092F) is known color: Cardinal. HEX triplet: C1, 09 and 2F. RGB value is (193,9,47). Sum of RGB (Red+Green+Blue) = 193+9+47=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C1092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1092F is #3EF6D0. Grayscale: #444444. Windows color (decimal): -4126417 or 3082689. OLE color: 3082689.

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

Color convert

RGB 193 9 47 -
CMYK 0 0.95 0.76 0.24
HSL 347.61º 0.91% 0.4% -
HSV(B) 347.61º 0.95% 0.76% -
XYZ 22.6 11.74 3.76 -
YUV 68.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 193 9 47 0 0.95 0.76 0.24 347.61 0.91 0.4
Hex C1 9 2F 0 5F 4C 18 15C 5B 28
Octal 301 11 57 0 137 114 30 534 133 50
Binary 11000001 1001 101111 0 1011111 1001100 11000 101011100 1011011 101000

Color Harmonies of #C1092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1092F

Black with #C1092F

Text Example


Text Example

White with #C1092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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