Html Css Color HEX #C1053F Cardinal

📋 copy color: '#C1053F'

red 193 ◦ green 5 ◦ blue 63

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

Shades of Cardinal #C1053F

Tints of Cardinal #C1053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 73.95%
G = 1.92%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1053F (or 0xC1053F) is known color: Cardinal. HEX triplet: C1, 05 and 3F. RGB value is (193,5,63). Sum of RGB (Red+Green+Blue) = 193+5+63=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1053F is #3EFAC0. Grayscale: #434343. Windows color (decimal): -4127425 or 4130241. OLE color: 4130241.

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

Color convert

RGB 193 5 63 -
CMYK 0 0.97 0.67 0.24
HSL 341.49º 0.95% 0.39% -
HSV(B) 341.49º 0.97% 0.76% -
XYZ 22.94 11.8 5.77 -
YUV 67.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 193 5 63 0 0.97 0.67 0.24 341.49 0.95 0.39
Hex C1 5 3F 0 61 43 18 155 5F 27
Octal 301 5 77 0 141 103 30 525 137 47
Binary 11000001 101 111111 0 1100001 1000011 11000 101010101 1011111 100111

Color Harmonies of #C1053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1053F

Black with #C1053F

Text Example


Text Example

White with #C1053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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