Html Css Color HEX #C61333 Cardinal

📋 copy color: '#C61333'

red 198 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #C61333

Tints of Cardinal #C61333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 73.88%
G = 7.09%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C61333 (or 0xC61333) is known color: Cardinal. HEX triplet: C6, 13 and 33. RGB value is (198,19,51). Sum of RGB (Red+Green+Blue) = 198+19+51=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C61333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61333 is #39ECCC. Grayscale: #4C4C4C. Windows color (decimal): -3796173 or 3347398. OLE color: 3347398.

HSL color Cylindrical-coordinate representation of color #C61333: hue angle of 349.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61333 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 51 -
CMYK 0 0.90 0.74 0.22
HSL 349.27º 0.82% 0.43% -
HSV(B) 349.27º 0.9% 0.78% -
XYZ 24.12 12.71 4.31 -
YUV 76.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 198 19 51 0 0.90 0.74 0.22 349.27 0.82 0.43
Hex C6 13 33 0 5A 4A 16 15D 52 2B
Octal 306 23 63 0 132 112 26 535 122 53
Binary 11000110 10011 110011 0 1011010 1001010 10110 101011101 1010010 101011

Color Harmonies of #C61333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61333

Black with #C61333

Text Example


Text Example

White with #C61333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61333; }

 p { color: rgb(198,19,51); }

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

background-color css

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

 a { background-color: rgb(198,19,51); }

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

border-color css

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

 span { border-color: rgb(198,19,51); }

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