Html Css Color HEX #C60336 Cardinal

📋 copy color: '#C60336'

red 198 ◦ green 3 ◦ blue 54

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

Shades of Cardinal #C60336

Tints of Cardinal #C60336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 77.65%
G = 1.18%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C60336 (or 0xC60336) is known color: Cardinal. HEX triplet: C6, 03 and 36. RGB value is (198,3,54). Sum of RGB (Red+Green+Blue) = 198+3+54=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C60336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60336 is #39FCC9. Grayscale: #434343. Windows color (decimal): -3800266 or 3539910. OLE color: 3539910.

HSL color Cylindrical-coordinate representation of color #C60336: hue angle of 344.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60336 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 54 -
CMYK 0 0.98 0.73 0.22
HSL 344.31º 0.97% 0.39% -
HSV(B) 344.31º 0.98% 0.78% -
XYZ 23.99 12.34 4.61 -
YUV 67.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 198 3 54 0 0.98 0.73 0.22 344.31 0.97 0.39
Hex C6 3 36 0 62 49 16 158 61 27
Octal 306 3 66 0 142 111 26 530 141 47
Binary 11000110 11 110110 0 1100010 1001001 10110 101011000 1100001 100111

Color Harmonies of #C60336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60336

Black with #C60336

Text Example


Text Example

White with #C60336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60336; }

 p { color: rgb(198,3,54); }

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

background-color css

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

 a { background-color: rgb(198,3,54); }

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

border-color css

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

 span { border-color: rgb(198,3,54); }

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