Html Css Color HEX #C6063F Cardinal

📋 copy color: '#C6063F'

red 198 ◦ green 6 ◦ blue 63

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

Shades of Cardinal #C6063F

Tints of Cardinal #C6063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 74.16%
G = 2.25%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6063F (or 0xC6063F) is known color: Cardinal. HEX triplet: C6, 06 and 3F. RGB value is (198,6,63). Sum of RGB (Red+Green+Blue) = 198+6+63=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6063F is #39F9C0. Grayscale: #454545. Windows color (decimal): -3799489 or 4130502. OLE color: 4130502.

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

Color convert

RGB 198 6 63 -
CMYK 0 0.97 0.68 0.22
HSL 342.19º 0.94% 0.4% -
HSV(B) 342.19º 0.97% 0.78% -
XYZ 24.25 12.49 5.84 -
YUV 69.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 198 6 63 0 0.97 0.68 0.22 342.19 0.94 0.4
Hex C6 6 3F 0 61 44 16 156 5E 28
Octal 306 6 77 0 141 104 26 526 136 50
Binary 11000110 110 111111 0 1100001 1000100 10110 101010110 1011110 101000

Color Harmonies of #C6063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6063F

Black with #C6063F

Text Example


Text Example

White with #C6063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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