Html Css Color HEX #C61B48 Cardinal

📋 copy color: '#C61B48'

red 198 ◦ green 27 ◦ blue 72

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

Shades of Cardinal #C61B48

Tints of Cardinal #C61B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 66.67%
G = 9.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C61B48 (or 0xC61B48) is known color: Cardinal. HEX triplet: C6, 1B and 48. RGB value is (198,27,72). Sum of RGB (Red+Green+Blue) = 198+27+72=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B48 is #39E4B7. Grayscale: #535353. Windows color (decimal): -3794104 or 4725702. OLE color: 4725702.

HSL color Cylindrical-coordinate representation of color #C61B48: hue angle of 344.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B48 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 72 -
CMYK 0 0.86 0.64 0.22
HSL 344.21º 0.76% 0.44% -
HSV(B) 344.21º 0.86% 0.78% -
XYZ 24.85 13.26 7.38 -
YUV 83.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 198 27 72 0 0.86 0.64 0.22 344.21 0.76 0.44
Hex C6 1B 48 0 56 40 16 158 4C 2C
Octal 306 33 110 0 126 100 26 530 114 54
Binary 11000110 11011 1001000 0 1010110 1000000 10110 101011000 1001100 101100

Color Harmonies of #C61B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B48

Black with #C61B48

Text Example


Text Example

White with #C61B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B48; }

 p { color: rgb(198,27,72); }

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

background-color css

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

 a { background-color: rgb(198,27,72); }

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

border-color css

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

 span { border-color: rgb(198,27,72); }

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