Html Css Color HEX #C10444 Cardinal

📋 copy color: '#C10444'

red 193 ◦ green 4 ◦ blue 68

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

Shades of Cardinal #C10444

Tints of Cardinal #C10444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 72.83%
G = 1.51%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C10444 (or 0xC10444) is known color: Cardinal. HEX triplet: C1, 04 and 44. RGB value is (193,4,68). Sum of RGB (Red+Green+Blue) = 193+4+68=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C10444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10444 is #3EFBBB. Grayscale: #434343. Windows color (decimal): -4127676 or 4457665. OLE color: 4457665.

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

Color convert

RGB 193 4 68 -
CMYK 0 0.98 0.65 0.24
HSL 339.68º 0.96% 0.39% -
HSV(B) 339.68º 0.98% 0.76% -
XYZ 23.08 11.84 6.54 -
YUV 67.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 193 4 68 0 0.98 0.65 0.24 339.68 0.96 0.39
Hex C1 4 44 0 62 41 18 154 60 27
Octal 301 4 104 0 142 101 30 524 140 47
Binary 11000001 100 1000100 0 1100010 1000001 11000 101010100 1100000 100111

Color Harmonies of #C10444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10444

Black with #C10444

Text Example


Text Example

White with #C10444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10444; }

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

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

background-color css

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

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

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

border-color css

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

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

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