Html Css Color HEX #C61632 Cardinal

📋 copy color: '#C61632'

red 198 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #C61632

Tints of Cardinal #C61632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 73.33%
G = 8.15%
B = 18.52%

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

#C61632 (or 0xC61632) is known color: Cardinal. HEX triplet: C6, 16 and 32. RGB value is (198,22,50). Sum of RGB (Red+Green+Blue) = 198+22+50=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C61632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61632 is #39E9CD. Grayscale: #4D4D4D. Windows color (decimal): -3795406 or 3282630. OLE color: 3282630.

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

Color convert

RGB 198 22 50 -
CMYK 0 0.89 0.75 0.22
HSL 350.45º 0.8% 0.43% -
HSV(B) 350.45º 0.89% 0.78% -
XYZ 24.15 12.81 4.22 -
YUV 77.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 198 22 50 0 0.89 0.75 0.22 350.45 0.8 0.43
Hex C6 16 32 0 59 4B 16 15E 50 2B
Octal 306 26 62 0 131 113 26 536 120 53
Binary 11000110 10110 110010 0 1011001 1001011 10110 101011110 1010000 101011

Color Harmonies of #C61632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61632

Black with #C61632

Text Example


Text Example

White with #C61632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61632; }

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

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

background-color css

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

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

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

border-color css

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

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

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