Html Css Color HEX #C6153F Cardinal

📋 copy color: '#C6153F'

red 198 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #C6153F

Tints of Cardinal #C6153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

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

R = 70.21%
G = 7.45%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6153F (or 0xC6153F) is known color: Cardinal. HEX triplet: C6, 15 and 3F. RGB value is (198,21,63). Sum of RGB (Red+Green+Blue) = 198+21+63=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6153F is #39EAC0. Grayscale: #4E4E4E. Windows color (decimal): -3795649 or 4134342. OLE color: 4134342.

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

Color convert

RGB 198 21 63 -
CMYK 0 0.89 0.68 0.22
HSL 345.76º 0.81% 0.43% -
HSV(B) 345.76º 0.89% 0.78% -
XYZ 24.45 12.9 5.9 -
YUV 78.71 119.14 213.08 -
System Red Green Blue C M Y K H S L
Decimal 198 21 63 0 0.89 0.68 0.22 345.76 0.81 0.43
Hex C6 15 3F 0 59 44 16 15A 51 2B
Octal 306 25 77 0 131 104 26 532 121 53
Binary 11000110 10101 111111 0 1011001 1000100 10110 101011010 1010001 101011

Color Harmonies of #C6153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6153F

Black with #C6153F

Text Example


Text Example

White with #C6153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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