Html Css Color HEX #C10937 Cardinal

📋 copy color: '#C10937'

red 193 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #C10937

Tints of Cardinal #C10937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 75.1%
G = 3.5%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10937 (or 0xC10937) is known color: Cardinal. HEX triplet: C1, 09 and 37. RGB value is (193,9,55). Sum of RGB (Red+Green+Blue) = 193+9+55=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C10937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10937 is #3EF6C8. Grayscale: #454545. Windows color (decimal): -4126409 or 3606977. OLE color: 3606977.

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

Color convert

RGB 193 9 55 -
CMYK 0 0.95 0.72 0.24
HSL 345º 0.91% 0.4% -
HSV(B) 345º 0.95% 0.76% -
XYZ 22.78 11.81 4.69 -
YUV 69.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 193 9 55 0 0.95 0.72 0.24 345 0.91 0.4
Hex C1 9 37 0 5F 48 18 159 5B 28
Octal 301 11 67 0 137 110 30 531 133 50
Binary 11000001 1001 110111 0 1011111 1001000 11000 101011001 1011011 101000

Color Harmonies of #C10937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10937

Black with #C10937

Text Example


Text Example

White with #C10937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10937; }

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

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

background-color css

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

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

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

border-color css

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

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

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