Html Css Color HEX #C6133D Cardinal

📋 copy color: '#C6133D'

red 198 ◦ green 19 ◦ blue 61

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

Shades of Cardinal #C6133D

Tints of Cardinal #C6133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 71.22%
G = 6.83%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6133D (or 0xC6133D) is known color: Cardinal. HEX triplet: C6, 13 and 3D. RGB value is (198,19,61). Sum of RGB (Red+Green+Blue) = 198+19+61=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6133D is #39ECC2. Grayscale: #4D4D4D. Windows color (decimal): -3796163 or 4002758. OLE color: 4002758.

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

Color convert

RGB 198 19 61 -
CMYK 0 0.90 0.69 0.22
HSL 345.92º 0.82% 0.43% -
HSV(B) 345.92º 0.9% 0.78% -
XYZ 24.36 12.81 5.6 -
YUV 77.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 198 19 61 0 0.90 0.69 0.22 345.92 0.82 0.43
Hex C6 13 3D 0 5A 45 16 15A 52 2B
Octal 306 23 75 0 132 105 26 532 122 53
Binary 11000110 10011 111101 0 1011010 1000101 10110 101011010 1010010 101011

Color Harmonies of #C6133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6133D

Black with #C6133D

Text Example


Text Example

White with #C6133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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