Html Css Color HEX #C60533 Cardinal

📋 copy color: '#C60533'

red 198 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #C60533

Tints of Cardinal #C60533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 77.95%
G = 1.97%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60533 (or 0xC60533) is known color: Cardinal. HEX triplet: C6, 05 and 33. RGB value is (198,5,51). Sum of RGB (Red+Green+Blue) = 198+5+51=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C60533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60533 is #39FACC. Grayscale: #434343. Windows color (decimal): -3799757 or 3343814. OLE color: 3343814.

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

Color convert

RGB 198 5 51 -
CMYK 0 0.97 0.74 0.22
HSL 345.7º 0.95% 0.4% -
HSV(B) 345.7º 0.97% 0.78% -
XYZ 23.94 12.35 4.25 -
YUV 67.95 118.44 220.76 -
System Red Green Blue C M Y K H S L
Decimal 198 5 51 0 0.97 0.74 0.22 345.7 0.95 0.4
Hex C6 5 33 0 61 4A 16 15A 5F 28
Octal 306 5 63 0 141 112 26 532 137 50
Binary 11000110 101 110011 0 1100001 1001010 10110 101011010 1011111 101000

Color Harmonies of #C60533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60533

Black with #C60533

Text Example


Text Example

White with #C60533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60533; }

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

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

background-color css

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

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

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

border-color css

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

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

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