Html Css Color HEX #C6124F Cardinal

📋 copy color: '#C6124F'

red 198 ◦ green 18 ◦ blue 79

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

Shades of Cardinal #C6124F

Tints of Cardinal #C6124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 67.12%
G = 6.1%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6124F (or 0xC6124F) is known color: Cardinal. HEX triplet: C6, 12 and 4F. RGB value is (198,18,79). Sum of RGB (Red+Green+Blue) = 198+18+79=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6124F is #39EDB0. Grayscale: #4E4E4E. Windows color (decimal): -3796401 or 5182150. OLE color: 5182150.

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

Color convert

RGB 198 18 79 -
CMYK 0 0.91 0.60 0.22
HSL 339.67º 0.83% 0.42% -
HSV(B) 339.67º 0.91% 0.78% -
XYZ 24.92 13 8.59 -
YUV 78.77 128.13 213.04 -
System Red Green Blue C M Y K H S L
Decimal 198 18 79 0 0.91 0.60 0.22 339.67 0.83 0.42
Hex C6 12 4F 0 5B 3C 16 154 53 2A
Octal 306 22 117 0 133 74 26 524 123 52
Binary 11000110 10010 1001111 0 1011011 111100 10110 101010100 1010011 101010

Color Harmonies of #C6124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6124F

Black with #C6124F

Text Example


Text Example

White with #C6124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6124F; }

 p { color: rgb(198,18,79); }

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

background-color css

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

 a { background-color: rgb(198,18,79); }

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

border-color css

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

 span { border-color: rgb(198,18,79); }

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