Html Css Color HEX #C3103D Cardinal

📋 copy color: '#C3103D'

red 195 ◦ green 16 ◦ blue 61

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

Shades of Cardinal #C3103D

Tints of Cardinal #C3103D

RGB

 RED value IS 195 (76.56% from 255) = 71.69%

 GREEN value IS 16 (6.64% from 255) = 5.88%

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 71.69%
G = 5.88%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3103D (or 0xC3103D) is known color: Cardinal. HEX triplet: C3, 10 and 3D. RGB value is (195,16,61). Sum of RGB (Red+Green+Blue) = 195+16+61=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3103D is #3CEFC2. Grayscale: #4A4A4A. Windows color (decimal): -3993539 or 4001987. OLE color: 4001987.

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

Color convert

RGB 195 16 61 -
CMYK 0 0.92 0.69 0.24
HSL 344.92º 0.85% 0.41% -
HSV(B) 344.92º 0.92% 0.76% -
XYZ 23.53 12.31 5.55 -
YUV 74.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 195 16 61 0 0.92 0.69 0.24 344.92 0.85 0.41
Hex C3 10 3D 0 5C 45 18 159 55 29
Octal 303 20 75 0 134 105 30 531 125 51
Binary 11000011 10000 111101 0 1011100 1000101 11000 101011001 1010101 101001

Color Harmonies of #C3103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3103D

Black with #C3103D

Text Example


Text Example

White with #C3103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3103D; }

 p { color: rgb(195,16,61); }

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

background-color css

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

 a { background-color: rgb(195,16,61); }

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

border-color css

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

 span { border-color: rgb(195,16,61); }

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