Html Css Color HEX #C61239 Cardinal

📋 copy color: '#C61239'

red 198 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #C61239

Tints of Cardinal #C61239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 72.53%
G = 6.59%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C61239 (or 0xC61239) is known color: Cardinal. HEX triplet: C6, 12 and 39. RGB value is (198,18,57). Sum of RGB (Red+Green+Blue) = 198+18+57=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C61239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61239 is #39EDC6. Grayscale: #4C4C4C. Windows color (decimal): -3796423 or 3740358. OLE color: 3740358.

HSL color Cylindrical-coordinate representation of color #C61239: hue angle of 347º degrees, saturation: 0.83, 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 #C61239 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 57 -
CMYK 0 0.91 0.71 0.22
HSL 347º 0.83% 0.42% -
HSV(B) 347º 0.91% 0.78% -
XYZ 24.24 12.73 5.05 -
YUV 76.27 117.13 214.83 -
System Red Green Blue C M Y K H S L
Decimal 198 18 57 0 0.91 0.71 0.22 347 0.83 0.42
Hex C6 12 39 0 5B 47 16 15B 53 2A
Octal 306 22 71 0 133 107 26 533 123 52
Binary 11000110 10010 111001 0 1011011 1000111 10110 101011011 1010011 101010

Color Harmonies of #C61239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61239

Black with #C61239

Text Example


Text Example

White with #C61239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61239; }

 p { color: rgb(198,18,57); }

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

background-color css

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

 a { background-color: rgb(198,18,57); }

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

border-color css

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

 span { border-color: rgb(198,18,57); }

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