Html Css Color HEX #C61736 Cardinal

📋 copy color: '#C61736'

red 198 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #C61736

Tints of Cardinal #C61736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 54 (21.48% from 255) = 19.64%

R = 72%
G = 8.36%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C61736 (or 0xC61736) is known color: Cardinal. HEX triplet: C6, 17 and 36. RGB value is (198,23,54). Sum of RGB (Red+Green+Blue) = 198+23+54=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C61736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61736 is #39E8C9. Grayscale: #4E4E4E. Windows color (decimal): -3795146 or 3545030. OLE color: 3545030.

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

Color convert

RGB 198 23 54 -
CMYK 0 0.88 0.73 0.22
HSL 349.37º 0.79% 0.43% -
HSV(B) 349.37º 0.88% 0.78% -
XYZ 24.26 12.88 4.7 -
YUV 78.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 198 23 54 0 0.88 0.73 0.22 349.37 0.79 0.43
Hex C6 17 36 0 58 49 16 15D 4F 2B
Octal 306 27 66 0 130 111 26 535 117 53
Binary 11000110 10111 110110 0 1011000 1001001 10110 101011101 1001111 101011

Color Harmonies of #C61736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61736

Black with #C61736

Text Example


Text Example

White with #C61736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61736; }

 p { color: rgb(198,23,54); }

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

background-color css

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

 a { background-color: rgb(198,23,54); }

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

border-color css

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

 span { border-color: rgb(198,23,54); }

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