Html Css Color HEX #C6103F Cardinal

📋 copy color: '#C6103F'

red 198 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #C6103F

Tints of Cardinal #C6103F

RGB

 RED value IS 198 (77.73% from 255) = 71.48%

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

 BLUE value IS 63 (25% from 255) = 22.74%

R = 71.48%
G = 5.78%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6103F (or 0xC6103F) is known color: Cardinal. HEX triplet: C6, 10 and 3F. RGB value is (198,16,63). Sum of RGB (Red+Green+Blue) = 198+16+63=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6103F is #39EFC0. Grayscale: #4B4B4B. Windows color (decimal): -3796929 or 4133062. OLE color: 4133062.

HSL color Cylindrical-coordinate representation of color #C6103F: hue angle of 344.51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6103F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 63 -
CMYK 0 0.92 0.68 0.22
HSL 344.51º 0.85% 0.42% -
HSV(B) 344.51º 0.92% 0.78% -
XYZ 24.37 12.74 5.88 -
YUV 75.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 198 16 63 0 0.92 0.68 0.22 344.51 0.85 0.42
Hex C6 10 3F 0 5C 44 16 159 55 2A
Octal 306 20 77 0 134 104 26 531 125 52
Binary 11000110 10000 111111 0 1011100 1000100 10110 101011001 1010101 101010

Color Harmonies of #C6103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6103F

Black with #C6103F

Text Example


Text Example

White with #C6103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6103F; }

 p { color: rgb(198,16,63); }

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

background-color css

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

 a { background-color: rgb(198,16,63); }

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

border-color css

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

 span { border-color: rgb(198,16,63); }

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