Html Css Color HEX #C10541 Cardinal

📋 copy color: '#C10541'

red 193 ◦ green 5 ◦ blue 65

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

Shades of Cardinal #C10541

Tints of Cardinal #C10541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 73.38%
G = 1.9%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C10541 (or 0xC10541) is known color: Cardinal. HEX triplet: C1, 05 and 41. RGB value is (193,5,65). Sum of RGB (Red+Green+Blue) = 193+5+65=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C10541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10541 is #3EFABE. Grayscale: #444444. Windows color (decimal): -4127423 or 4261313. OLE color: 4261313.

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

Color convert

RGB 193 5 65 -
CMYK 0 0.97 0.66 0.24
HSL 340.85º 0.95% 0.39% -
HSV(B) 340.85º 0.97% 0.76% -
XYZ 23 11.83 6.07 -
YUV 68.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 193 5 65 0 0.97 0.66 0.24 340.85 0.95 0.39
Hex C1 5 41 0 61 42 18 155 5F 27
Octal 301 5 101 0 141 102 30 525 137 47
Binary 11000001 101 1000001 0 1100001 1000010 11000 101010101 1011111 100111

Color Harmonies of #C10541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10541

Black with #C10541

Text Example


Text Example

White with #C10541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10541; }

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

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

background-color css

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

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

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

border-color css

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

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

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