Html Css Color HEX #C10037 Cardinal

📋 copy color: '#C10037'

red 193 ◦ green 0 ◦ blue 55

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

Shades of Cardinal #C10037

Tints of Cardinal #C10037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.82%
G = 0%
B = 22.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10037 (or 0xC10037) is known color: Cardinal. HEX triplet: C1, 00 and 37. RGB value is (193,0,55). Sum of RGB (Red+Green+Blue) = 193+0+55=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C10037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10037 is #3EFFC8. Grayscale: #3F3F3F. Windows color (decimal): -4128713 or 3604673. OLE color: 3604673.

HSL color Cylindrical-coordinate representation of color #C10037: hue angle of 342.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10037 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 55 -
CMYK 0 1 0.72 0.24
HSL 342.9º 1% 0.38% -
HSV(B) 342.9º 1% 0.76% -
XYZ 22.68 11.61 4.66 -
YUV 63.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 193 0 55 0 1 0.72 0.24 342.9 1 0.38
Hex C1 0 37 0 64 48 18 157 64 26
Octal 301 0 67 0 144 110 30 527 144 46
Binary 11000001 0 110111 0 1100100 1001000 11000 101010111 1100100 100110

Color Harmonies of #C10037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10037

Black with #C10037

Text Example


Text Example

White with #C10037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10037; }

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

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

background-color css

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

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

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

border-color css

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

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

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