Html Css Color HEX #C10542 Cardinal

📋 copy color: '#C10542'

red 193 ◦ green 5 ◦ blue 66

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

Shades of Cardinal #C10542

Tints of Cardinal #C10542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25%

R = 73.11%
G = 1.89%
B = 25%

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

#C10542 (or 0xC10542) is known color: Cardinal. HEX triplet: C1, 05 and 42. RGB value is (193,5,66). Sum of RGB (Red+Green+Blue) = 193+5+66=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C10542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10542 is #3EFABD. Grayscale: #444444. Windows color (decimal): -4127422 or 4326849. OLE color: 4326849.

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

Color convert

RGB 193 5 66 -
CMYK 0 0.97 0.66 0.24
HSL 340.53º 0.95% 0.39% -
HSV(B) 340.53º 0.97% 0.76% -
XYZ 23.03 11.84 6.23 -
YUV 68.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 193 5 66 0 0.97 0.66 0.24 340.53 0.95 0.39
Hex C1 5 42 0 61 42 18 155 5F 27
Octal 301 5 102 0 141 102 30 525 137 47
Binary 11000001 101 1000010 0 1100001 1000010 11000 101010101 1011111 100111

Color Harmonies of #C10542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10542

Black with #C10542

Text Example


Text Example

White with #C10542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10542; }

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

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

background-color css

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

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

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

border-color css

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

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

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