Html Css Color HEX #C10844 Cardinal

📋 copy color: '#C10844'

red 193 ◦ green 8 ◦ blue 68

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

Shades of Cardinal #C10844

Tints of Cardinal #C10844

RGB

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

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

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

R = 71.75%
G = 2.97%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C10844 (or 0xC10844) is known color: Cardinal. HEX triplet: C1, 08 and 44. RGB value is (193,8,68). Sum of RGB (Red+Green+Blue) = 193+8+68=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C10844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10844 is #3EF7BB. Grayscale: #464646. Windows color (decimal): -4126652 or 4458689. OLE color: 4458689.

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

Color convert

RGB 193 8 68 -
CMYK 0 0.96 0.65 0.24
HSL 340.54º 0.92% 0.39% -
HSV(B) 340.54º 0.96% 0.76% -
XYZ 23.12 11.93 6.55 -
YUV 70.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 193 8 68 0 0.96 0.65 0.24 340.54 0.92 0.39
Hex C1 8 44 0 60 41 18 155 5C 27
Octal 301 10 104 0 140 101 30 525 134 47
Binary 11000001 1000 1000100 0 1100000 1000001 11000 101010101 1011100 100111

Color Harmonies of #C10844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10844

Black with #C10844

Text Example


Text Example

White with #C10844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10844; }

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

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

background-color css

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

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

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

border-color css

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

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

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