Html Css Color HEX #C10540 Cardinal

📋 copy color: '#C10540'

red 193 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #C10540

Tints of Cardinal #C10540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 73.66%
G = 1.91%
B = 24.43%

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

#C10540 (or 0xC10540) is known color: Cardinal. HEX triplet: C1, 05 and 40. RGB value is (193,5,64). Sum of RGB (Red+Green+Blue) = 193+5+64=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10540 is #3EFABF. Grayscale: #434343. Windows color (decimal): -4127424 or 4195777. OLE color: 4195777.

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

Color convert

RGB 193 5 64 -
CMYK 0 0.97 0.67 0.24
HSL 341.17º 0.95% 0.39% -
HSV(B) 341.17º 0.97% 0.76% -
XYZ 22.97 11.82 5.92 -
YUV 67.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 193 5 64 0 0.97 0.67 0.24 341.17 0.95 0.39
Hex C1 5 40 0 61 43 18 155 5F 27
Octal 301 5 100 0 141 103 30 525 137 47
Binary 11000001 101 1000000 0 1100001 1000011 11000 101010101 1011111 100111

Color Harmonies of #C10540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10540

Black with #C10540

Text Example


Text Example

White with #C10540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10540; }

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

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

background-color css

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

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

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

border-color css

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

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

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