Html Css Color HEX #C1032F Cardinal

📋 copy color: '#C1032F'

red 193 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #C1032F

Tints of Cardinal #C1032F

RGB

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

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

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

R = 79.42%
G = 1.23%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1032F (or 0xC1032F) is known color: Cardinal. HEX triplet: C1, 03 and 2F. RGB value is (193,3,47). Sum of RGB (Red+Green+Blue) = 193+3+47=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1032F is #3EFCD0. Grayscale: #404040. Windows color (decimal): -4127953 or 3081153. OLE color: 3081153.

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

Color convert

RGB 193 3 47 -
CMYK 0 0.98 0.76 0.24
HSL 346.11º 0.97% 0.38% -
HSV(B) 346.11º 0.98% 0.76% -
XYZ 22.54 11.61 3.74 -
YUV 64.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 193 3 47 0 0.98 0.76 0.24 346.11 0.97 0.38
Hex C1 3 2F 0 62 4C 18 15A 61 26
Octal 301 3 57 0 142 114 30 532 141 46
Binary 11000001 11 101111 0 1100010 1001100 11000 101011010 1100001 100110

Color Harmonies of #C1032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1032F

Black with #C1032F

Text Example


Text Example

White with #C1032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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