Html Css Color HEX #C6123D Cardinal

📋 copy color: '#C6123D'

red 198 ◦ green 18 ◦ blue 61

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

Shades of Cardinal #C6123D

Tints of Cardinal #C6123D

RGB

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

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

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

R = 71.48%
G = 6.5%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6123D (or 0xC6123D) is known color: Cardinal. HEX triplet: C6, 12 and 3D. RGB value is (198,18,61). Sum of RGB (Red+Green+Blue) = 198+18+61=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6123D is #39EDC2. Grayscale: #4C4C4C. Windows color (decimal): -3796419 or 4002502. OLE color: 4002502.

HSL color Cylindrical-coordinate representation of color #C6123D: hue angle of 345.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 #C6123D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 61 -
CMYK 0 0.91 0.69 0.22
HSL 345.67º 0.83% 0.42% -
HSV(B) 345.67º 0.91% 0.78% -
XYZ 24.35 12.78 5.6 -
YUV 76.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 198 18 61 0 0.91 0.69 0.22 345.67 0.83 0.42
Hex C6 12 3D 0 5B 45 16 15A 53 2A
Octal 306 22 75 0 133 105 26 532 123 52
Binary 11000110 10010 111101 0 1011011 1000101 10110 101011010 1010011 101010

Color Harmonies of #C6123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6123D

Black with #C6123D

Text Example


Text Example

White with #C6123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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