Html Css Color HEX #C10331 Cardinal

📋 copy color: '#C10331'

red 193 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #C10331

Tints of Cardinal #C10331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 49 (19.53% from 255) = 20%

R = 78.78%
G = 1.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C10331 (or 0xC10331) is known color: Cardinal. HEX triplet: C1, 03 and 31. RGB value is (193,3,49). Sum of RGB (Red+Green+Blue) = 193+3+49=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C10331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10331 is #3EFCCE. Grayscale: #414141. Windows color (decimal): -4127951 or 3212225. OLE color: 3212225.

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

Color convert

RGB 193 3 49 -
CMYK 0 0.98 0.75 0.24
HSL 345.47º 0.97% 0.38% -
HSV(B) 345.47º 0.98% 0.76% -
XYZ 22.58 11.62 3.96 -
YUV 65.05 118.95 219.26 -
System Red Green Blue C M Y K H S L
Decimal 193 3 49 0 0.98 0.75 0.24 345.47 0.97 0.38
Hex C1 3 31 0 62 4B 18 159 61 26
Octal 301 3 61 0 142 113 30 531 141 46
Binary 11000001 11 110001 0 1100010 1001011 11000 101011001 1100001 100110

Color Harmonies of #C10331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10331

Black with #C10331

Text Example


Text Example

White with #C10331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10331; }

 p { color: rgb(193,3,49); }

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

background-color css

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

 a { background-color: rgb(193,3,49); }

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

border-color css

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

 span { border-color: rgb(193,3,49); }

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