Html Css Color HEX #C6142F Cardinal

📋 copy color: '#C6142F'

red 198 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #C6142F

Tints of Cardinal #C6142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 74.72%
G = 7.55%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6142F (or 0xC6142F) is known color: Cardinal. HEX triplet: C6, 14 and 2F. RGB value is (198,20,47). Sum of RGB (Red+Green+Blue) = 198+20+47=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6142F is #39EBD0. Grayscale: #4C4C4C. Windows color (decimal): -3795921 or 3085510. OLE color: 3085510.

HSL color Cylindrical-coordinate representation of color #C6142F: hue angle of 350.9º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6142F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 47 -
CMYK 0 0.90 0.76 0.22
HSL 350.9º 0.82% 0.43% -
HSV(B) 350.9º 0.9% 0.78% -
XYZ 24.05 12.71 3.88 -
YUV 76.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 198 20 47 0 0.90 0.76 0.22 350.9 0.82 0.43
Hex C6 14 2F 0 5A 4C 16 15F 52 2B
Octal 306 24 57 0 132 114 26 537 122 53
Binary 11000110 10100 101111 0 1011010 1001100 10110 101011111 1010010 101011

Color Harmonies of #C6142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6142F

Black with #C6142F

Text Example


Text Example

White with #C6142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6142F; }

 p { color: rgb(198,20,47); }

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

background-color css

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

 a { background-color: rgb(198,20,47); }

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

border-color css

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

 span { border-color: rgb(198,20,47); }

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