Html Css Color HEX #C60338 Cardinal

📋 copy color: '#C60338'

red 198 ◦ green 3 ◦ blue 56

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

Shades of Cardinal #C60338

Tints of Cardinal #C60338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 77.04%
G = 1.17%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60338 (or 0xC60338) is known color: Cardinal. HEX triplet: C6, 03 and 38. RGB value is (198,3,56). Sum of RGB (Red+Green+Blue) = 198+3+56=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C60338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60338 is #39FCC7. Grayscale: #434343. Windows color (decimal): -3800264 or 3670982. OLE color: 3670982.

HSL color Cylindrical-coordinate representation of color #C60338: hue angle of 343.69º 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 #C60338 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 56 -
CMYK 0 0.98 0.72 0.22
HSL 343.69º 0.97% 0.39% -
HSV(B) 343.69º 0.98% 0.78% -
XYZ 24.04 12.36 4.86 -
YUV 67.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 198 3 56 0 0.98 0.72 0.22 343.69 0.97 0.39
Hex C6 3 38 0 62 48 16 158 61 27
Octal 306 3 70 0 142 110 26 530 141 47
Binary 11000110 11 111000 0 1100010 1001000 10110 101011000 1100001 100111

Color Harmonies of #C60338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60338

Black with #C60338

Text Example


Text Example

White with #C60338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60338; }

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

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

background-color css

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

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

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

border-color css

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

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

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