Html Css Color HEX #C10440 Cardinal

📋 copy color: '#C10440'

red 193 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #C10440

Tints of Cardinal #C10440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 73.95%
G = 1.53%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C10440 (or 0xC10440) is known color: Cardinal. HEX triplet: C1, 04 and 40. RGB value is (193,4,64). Sum of RGB (Red+Green+Blue) = 193+4+64=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C10440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10440 is #3EFBBF. Grayscale: #434343. Windows color (decimal): -4127680 or 4195521. OLE color: 4195521.

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

Color convert

RGB 193 4 64 -
CMYK 0 0.98 0.67 0.24
HSL 340.95º 0.96% 0.39% -
HSV(B) 340.95º 0.98% 0.76% -
XYZ 22.96 11.79 5.92 -
YUV 67.35 126.12 217.62 -
System Red Green Blue C M Y K H S L
Decimal 193 4 64 0 0.98 0.67 0.24 340.95 0.96 0.39
Hex C1 4 40 0 62 43 18 155 60 27
Octal 301 4 100 0 142 103 30 525 140 47
Binary 11000001 100 1000000 0 1100010 1000011 11000 101010101 1100000 100111

Color Harmonies of #C10440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10440

Black with #C10440

Text Example


Text Example

White with #C10440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10440; }

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

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

background-color css

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

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

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

border-color css

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

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

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