Html Css Color HEX #C61534 Cardinal

📋 copy color: '#C61534'

red 198 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #C61534

Tints of Cardinal #C61534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 73.06%
G = 7.75%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C61534 (or 0xC61534) is known color: Cardinal. HEX triplet: C6, 15 and 34. RGB value is (198,21,52). Sum of RGB (Red+Green+Blue) = 198+21+52=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C61534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61534 is #39EACB. Grayscale: #4D4D4D. Windows color (decimal): -3795660 or 3413446. OLE color: 3413446.

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

Color convert

RGB 198 21 52 -
CMYK 0 0.89 0.74 0.22
HSL 349.49º 0.81% 0.43% -
HSV(B) 349.49º 0.89% 0.78% -
XYZ 24.18 12.79 4.44 -
YUV 77.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 198 21 52 0 0.89 0.74 0.22 349.49 0.81 0.43
Hex C6 15 34 0 59 4A 16 15D 51 2B
Octal 306 25 64 0 131 112 26 535 121 53
Binary 11000110 10101 110100 0 1011001 1001010 10110 101011101 1010001 101011

Color Harmonies of #C61534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61534

Black with #C61534

Text Example


Text Example

White with #C61534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61534; }

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

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

background-color css

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

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

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

border-color css

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

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

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