Html Css Color HEX #C10342 Cardinal

📋 copy color: '#C10342'

red 193 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #C10342

Tints of Cardinal #C10342

RGB

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

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

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

R = 73.66%
G = 1.15%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C10342 (or 0xC10342) is known color: Cardinal. HEX triplet: C1, 03 and 42. RGB value is (193,3,66). Sum of RGB (Red+Green+Blue) = 193+3+66=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10342 is #3EFCBD. Grayscale: #424242. Windows color (decimal): -4127934 or 4326337. OLE color: 4326337.

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

Color convert

RGB 193 3 66 -
CMYK 0 0.98 0.66 0.24
HSL 340.11º 0.97% 0.38% -
HSV(B) 340.11º 0.98% 0.76% -
XYZ 23.01 11.8 6.22 -
YUV 66.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 193 3 66 0 0.98 0.66 0.24 340.11 0.97 0.38
Hex C1 3 42 0 62 42 18 154 61 26
Octal 301 3 102 0 142 102 30 524 141 46
Binary 11000001 11 1000010 0 1100010 1000010 11000 101010100 1100001 100110

Color Harmonies of #C10342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10342

Black with #C10342

Text Example


Text Example

White with #C10342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10342; }

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

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

background-color css

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

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

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

border-color css

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

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

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