Html Css Color HEX #C61532 Cardinal

📋 copy color: '#C61532'

red 198 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #C61532

Tints of Cardinal #C61532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.59%

R = 73.61%
G = 7.81%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C61532 (or 0xC61532) is known color: Cardinal. HEX triplet: C6, 15 and 32. RGB value is (198,21,50). Sum of RGB (Red+Green+Blue) = 198+21+50=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61532 is #39EACD. Grayscale: #4D4D4D. Windows color (decimal): -3795662 or 3282374. OLE color: 3282374.

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

Color convert

RGB 198 21 50 -
CMYK 0 0.89 0.75 0.22
HSL 350.17º 0.81% 0.43% -
HSV(B) 350.17º 0.89% 0.78% -
XYZ 24.13 12.77 4.21 -
YUV 77.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 198 21 50 0 0.89 0.75 0.22 350.17 0.81 0.43
Hex C6 15 32 0 59 4B 16 15E 51 2B
Octal 306 25 62 0 131 113 26 536 121 53
Binary 11000110 10101 110010 0 1011001 1001011 10110 101011110 1010001 101011

Color Harmonies of #C61532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61532

Black with #C61532

Text Example


Text Example

White with #C61532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61532; }

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

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

background-color css

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

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

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

border-color css

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

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

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