Html Css Color HEX #C10839 Cardinal

📋 copy color: '#C10839'

red 193 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #C10839

Tints of Cardinal #C10839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 74.81%
G = 3.1%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10839 (or 0xC10839) is known color: Cardinal. HEX triplet: C1, 08 and 39. RGB value is (193,8,57). Sum of RGB (Red+Green+Blue) = 193+8+57=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C10839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10839 is #3EF7C6. Grayscale: #444444. Windows color (decimal): -4126663 or 3737793. OLE color: 3737793.

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

Color convert

RGB 193 8 57 -
CMYK 0 0.96 0.70 0.24
HSL 344.11º 0.92% 0.39% -
HSV(B) 344.11º 0.96% 0.76% -
XYZ 22.82 11.81 4.95 -
YUV 68.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 193 8 57 0 0.96 0.70 0.24 344.11 0.92 0.39
Hex C1 8 39 0 60 46 18 158 5C 27
Octal 301 10 71 0 140 106 30 530 134 47
Binary 11000001 1000 111001 0 1100000 1000110 11000 101011000 1011100 100111

Color Harmonies of #C10839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10839

Black with #C10839

Text Example


Text Example

White with #C10839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10839; }

 p { color: rgb(193,8,57); }

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

background-color css

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

 a { background-color: rgb(193,8,57); }

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

border-color css

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

 span { border-color: rgb(193,8,57); }

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