Html Css Color HEX #C61848 Cardinal

📋 copy color: '#C61848'

red 198 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #C61848

Tints of Cardinal #C61848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 67.35%
G = 8.16%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C61848 (or 0xC61848) is known color: Cardinal. HEX triplet: C6, 18 and 48. RGB value is (198,24,72). Sum of RGB (Red+Green+Blue) = 198+24+72=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C61848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61848 is #39E7B7. Grayscale: #515151. Windows color (decimal): -3794872 or 4724934. OLE color: 4724934.

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

Color convert

RGB 198 24 72 -
CMYK 0 0.88 0.64 0.22
HSL 343.45º 0.78% 0.44% -
HSV(B) 343.45º 0.88% 0.78% -
XYZ 24.79 13.13 7.36 -
YUV 81.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 198 24 72 0 0.88 0.64 0.22 343.45 0.78 0.44
Hex C6 18 48 0 58 40 16 157 4E 2C
Octal 306 30 110 0 130 100 26 527 116 54
Binary 11000110 11000 1001000 0 1011000 1000000 10110 101010111 1001110 101100

Color Harmonies of #C61848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61848

Black with #C61848

Text Example


Text Example

White with #C61848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61848; }

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

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

background-color css

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

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

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

border-color css

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

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

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