Html Css Color HEX #C61133 Cardinal

📋 copy color: '#C61133'

red 198 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #C61133

Tints of Cardinal #C61133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 74.44%
G = 6.39%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C61133 (or 0xC61133) is known color: Cardinal. HEX triplet: C6, 11 and 33. RGB value is (198,17,51). Sum of RGB (Red+Green+Blue) = 198+17+51=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C61133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61133 is #39EECC. Grayscale: #4B4B4B. Windows color (decimal): -3796685 or 3346886. OLE color: 3346886.

HSL color Cylindrical-coordinate representation of color #C61133: hue angle of 348.73º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61133 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 51 -
CMYK 0 0.91 0.74 0.22
HSL 348.73º 0.84% 0.42% -
HSV(B) 348.73º 0.91% 0.78% -
XYZ 24.09 12.65 4.3 -
YUV 75 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 198 17 51 0 0.91 0.74 0.22 348.73 0.84 0.42
Hex C6 11 33 0 5B 4A 16 15D 54 2A
Octal 306 21 63 0 133 112 26 535 124 52
Binary 11000110 10001 110011 0 1011011 1001010 10110 101011101 1010100 101010

Color Harmonies of #C61133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61133

Black with #C61133

Text Example


Text Example

White with #C61133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61133; }

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

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

background-color css

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

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

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

border-color css

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

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

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