Html Css Color HEX #C10941 Cardinal

📋 copy color: '#C10941'

red 193 ◦ green 9 ◦ blue 65

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

Shades of Cardinal #C10941

Tints of Cardinal #C10941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 72.28%
G = 3.37%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C10941 (or 0xC10941) is known color: Cardinal. HEX triplet: C1, 09 and 41. RGB value is (193,9,65). Sum of RGB (Red+Green+Blue) = 193+9+65=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C10941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10941 is #3EF6BE. Grayscale: #464646. Windows color (decimal): -4126399 or 4262337. OLE color: 4262337.

HSL color Cylindrical-coordinate representation of color #C10941: hue angle of 341.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10941 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 65 -
CMYK 0 0.95 0.66 0.24
HSL 341.74º 0.91% 0.4% -
HSV(B) 341.74º 0.95% 0.76% -
XYZ 23.04 11.91 6.09 -
YUV 70.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 193 9 65 0 0.95 0.66 0.24 341.74 0.91 0.4
Hex C1 9 41 0 5F 42 18 156 5B 28
Octal 301 11 101 0 137 102 30 526 133 50
Binary 11000001 1001 1000001 0 1011111 1000010 11000 101010110 1011011 101000

Color Harmonies of #C10941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10941

Black with #C10941

Text Example


Text Example

White with #C10941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10941; }

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

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

background-color css

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

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

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

border-color css

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

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

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