Html Css Color HEX #C60733 Cardinal

📋 copy color: '#C60733'

red 198 ◦ green 7 ◦ blue 51

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

Shades of Cardinal #C60733

Tints of Cardinal #C60733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 77.34%
G = 2.73%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60733 (or 0xC60733) is known color: Cardinal. HEX triplet: C6, 07 and 33. RGB value is (198,7,51). Sum of RGB (Red+Green+Blue) = 198+7+51=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60733 is #39F8CC. Grayscale: #454545. Windows color (decimal): -3799245 or 3344326. OLE color: 3344326.

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

Color convert

RGB 198 7 51 -
CMYK 0 0.96 0.74 0.22
HSL 346.18º 0.93% 0.4% -
HSV(B) 346.18º 0.96% 0.78% -
XYZ 23.96 12.4 4.26 -
YUV 69.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 198 7 51 0 0.96 0.74 0.22 346.18 0.93 0.4
Hex C6 7 33 0 60 4A 16 15A 5D 28
Octal 306 7 63 0 140 112 26 532 135 50
Binary 11000110 111 110011 0 1100000 1001010 10110 101011010 1011101 101000

Color Harmonies of #C60733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60733

Black with #C60733

Text Example


Text Example

White with #C60733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60733; }

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

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

background-color css

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

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

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

border-color css

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

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

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